From 1a47f6d1fcce8fe8e61a628c3c30030e4f4c71ed Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 24 Feb 2019 12:41:11 -0800 Subject: Remove unused field --- scan.c | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3