Ver código fonte

ncd: ncd.c: remove redundant declaration

ambrop7 13 anos atrás
pai
commit
2da1df12c9
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      ncd/ncd.c

+ 0 - 2
ncd/ncd.c

@@ -72,8 +72,6 @@
 #define PSTATE_WAITING 3
 #define PSTATE_TERMINATING 4
 
-struct process;
-
 struct statement {
     struct process *p;
     NCDModuleInst inst;