From 412b7501e4888573c42951388c58f09795a44904 Mon Sep 17 00:00:00 2001 From: spew Date: Sat, 18 Feb 2017 09:07:46 -0600 Subject: games/mix: remove unused variable --- sys/src/games/mix/mix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/src/games/mix/mix.c b/sys/src/games/mix/mix.c index dc9809465..1672afaaf 100644 --- a/sys/src/games/mix/mix.c +++ b/sys/src/games/mix/mix.c @@ -324,7 +324,6 @@ long yylex(void) { static Rune buf[11]; - static int bol; Rune r, *bp, *ep; static char cbuf[100]; int isnum; @@ -349,12 +348,10 @@ Loop: case '(': case ')': case '=': - bol = 0; return r; case '/': r = getr(); if(r == '/') { - bol = 0; return LSS; } else Bungetrune(&bin); -- cgit v1.2.3