Browse Source

ncd: ncd.c: remove redundant declaration

ambrop7 13 years ago
parent
commit
2da1df12c9
1 changed files with 0 additions and 2 deletions
  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;