aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-24 12:41:11 -0800
committerMichael Forney <mforney@mforney.org>2019-02-24 12:41:11 -0800
commit1a47f6d1fcce8fe8e61a628c3c30030e4f4c71ed (patch)
tree72695ae8282aadff0e45889311355741e54da4b8
parentaf126585dd1af74c5dcceda73e49ac9246c524b2 (diff)
downloadcproc-1a47f6d1fcce8fe8e61a628c3c30030e4f4c71ed.tar.xz
Remove unused field
-rw-r--r--scan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scan.c b/scan.c
index f54e5cd..e6b7d70 100644
--- a/scan.c
+++ b/scan.c
@@ -15,10 +15,9 @@ struct buffer {
struct scanner {
int chr;
- struct token next;
+ bool usebuf;
struct location loc;
struct buffer buf;
- bool usebuf;
};
static void