From 0d8d98fd0fb0aaccc4fb65d9075eea6049052960 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 9 Sep 2018 12:22:59 +0200 Subject: [PATCH] Warning fix. --- mach/proto/as/comm2.y | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mach/proto/as/comm2.y b/mach/proto/as/comm2.y index 20b729cf3..1b3e19917 100644 --- a/mach/proto/as/comm2.y +++ b/mach/proto/as/comm2.y @@ -58,14 +58,6 @@ static item_t *last_it, *o_it; %token LINE %token FILe %token LIST -%token OP_EQ -%token OP_NE -%token OP_LE -%token OP_GE -%token OP_LL -%token OP_RR -%token OP_OO -%token OP_AA %left OP_OO %left OP_AA -- 2.34.1