Explorar o código

ncd: NCDInterpreter: remove unused defines

ambrop7 %!s(int64=13) %!d(string=hai) anos
pai
achega
960c2f0f6b
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      ncd/NCDInterpreter.c

+ 0 - 6
ncd/NCDInterpreter.c

@@ -55,12 +55,6 @@
 #define PSTATE_WAITING 2
 #define PSTATE_TERMINATING 3
 
-#define PROCESS_STATE_MASK 0x3
-#define PROCESS_ERROR_MASK 0x4
-
-#define PROCESS_STATE_SHIFT 0
-#define PROCESS_ERROR_SHIFT 2
-
 struct statement {
     NCDModuleInst inst;
     NCDValMem args_mem;