From a6a395b590a3ff58f6901d8a569c3065a0dcd923 Mon Sep 17 00:00:00 2001 From: Mark Seaborn Date: Sun, 18 Jan 2009 18:11:01 +0000 Subject: [PATCH] Tidy: remove some unused definitions --- service_runtime/sel_ldr.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/service_runtime/sel_ldr.h b/service_runtime/sel_ldr.h index 4dbda58b..a0caa9a6 100644 --- a/service_runtime/sel_ldr.h +++ b/service_runtime/sel_ldr.h @@ -78,10 +78,6 @@ EXTERN_C_BEGIN #define NACL_SERVICE_PORT_DESCRIPTOR 3 #define NACL_SERVICE_ADDRESS_DESCRIPTOR 4 -extern int using_debug_configuration; - -#define NACL_SELF_CHECK 1 - #define NACL_MAX_ADDR_BITS (8 + 20) /* wp: NACL_MAX_ADDR_BITS < 32, see NaClAppLoadFile */ #define NACL_DEFAULT_ENTRY_PT "NaClMain" @@ -105,17 +101,6 @@ extern int using_debug_configuration; #define NACL_NOOP_OPCODE 0x90 #define NACL_HALT_OPCODE 0xf4 -#define NACL_DATA_SANDBOXING 0 -/* - * If 0, address space is allocated to permit text sandboxing or - * control flow integrity enforcement via masking. LDT is used to - * enforce data access restrictions. - * - * If 1, address space is allocated to permit both text and data - * sandboxing. Code for this is not as yet written/tested and should - * be needed only for 64-bit x86 windows. - */ - /* * Finds the lowest 1 bit in PF_MASKOS. Assumes that at least one * bit is set, and that this bit is not the highest-order bit. -- 2.11.4.GIT