]> Chaos Git - corbenik/ctrulib.git/commitdiff
Remove MEMOP_FREE_LINEAR
authorSteven Smith <Steveice10@gmail.com>
Mon, 13 Apr 2015 19:50:02 +0000 (12:50 -0700)
committerSteven Smith <Steveice10@gmail.com>
Mon, 13 Apr 2015 19:50:02 +0000 (12:50 -0700)
libctru/include/3ds/svc.h

index 11a934e496a3b0da80ccf6ab093217247d4a6685..938283f51dbce38e2d8ca1cb4f1242e9409329f7 100644 (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;