Remove MEMOP_FREE_LINEAR

This commit is contained in:
Steven Smith 2015-04-13 12:50:02 -07:00
parent 7b059d9395
commit 3adff173cd

View File

@ -11,7 +11,6 @@ typedef enum {
MEMOP_UNMAP=5, // Mirror unmapping
MEMOP_PROT =6, // Change protection
MEMOP_FREE_LINEAR =0x10001, // Free linear heap
MEMOP_ALLOC_LINEAR=0x10003 // Allocate linear heap
} MemOp;