diff options
| author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-05 17:32:35 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-05 17:32:35 -0400 |
| commit | 2d8b7a6baf0845781d07e40b5f8df0752f27daa8 (patch) | |
| tree | a41c570268ba4cfcd363b20124ed568603277d96 /lisc | |
| parent | bc9233d278f917060a4df2a5a564090c1ab4d5c7 (diff) | |
| download | roux-2d8b7a6baf0845781d07e40b5f8df0752f27daa8.tar.gz | |
remove useless ntyp in util.c
Diffstat (limited to 'lisc')
| -rw-r--r-- | lisc/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/util.c b/lisc/util.c index 8a5cfc4..1bc3aa3 100644 --- a/lisc/util.c +++ b/lisc/util.c @@ -1,7 +1,6 @@ #include "lisc.h" Typ typ[NTyp]; -int ntyp; Ins insb[NIns], *curi; void |
