Просмотр исходного кода

ncd: NCDInterpreter: remove unused variable (forgotten in previous commit)

ambrop7 13 лет назад
Родитель
Сommit
d63928ceae
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      ncd/NCDInterpreter.h

+ 0 - 3
ncd/NCDInterpreter.h

@@ -113,9 +113,6 @@ typedef struct {
     struct NCDModuleInst_params module_params;
     struct NCDModuleInst_params module_params;
     struct NCDModuleInst_iparams module_iparams;
     struct NCDModuleInst_iparams module_iparams;
     
     
-    // number of modules we have found and inited
-    size_t num_inited_modules;
-    
     // processes
     // processes
     LinkedList1 processes;
     LinkedList1 processes;