remove STORE_MAP, since it's unused

This commit is contained in:
Benjamin Peterson 2015-05-28 14:40:08 -05:00
parent ee85339cc6
commit 264be6f48f
6 changed files with 1 additions and 24 deletions

View file

@ -32,7 +32,6 @@ extern "C" {
#define GET_AITER 50
#define GET_ANEXT 51
#define BEFORE_ASYNC_WITH 52
#define STORE_MAP 54
#define INPLACE_ADD 55
#define INPLACE_SUBTRACT 56
#define INPLACE_MULTIPLY 57