INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
diff --git a/Include/opcode.h b/Include/opcode.h
index d05588a..e8a7c7f 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -48,7 +48,7 @@
 #define INPLACE_ADD	55
 #define INPLACE_SUBTRACT	56
 #define INPLACE_MULTIPLY	57
-#define INPLACE_DIVIDE	58
+
 #define INPLACE_MODULO	59
 #define STORE_SUBSCR	60
 #define DELETE_SUBSCR	61