From a6ccfd83a31c8406ee866222fdc4bfbb21e9611d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Thu, 30 Sep 2004 16:09:07 +0200 Subject: [PATCH] Removed an unused define. Rev: src/opcodes.c:1.165 --- src/opcodes.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/opcodes.c b/src/opcodes.c index f223fa2f4c..b2a1a6b007 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: opcodes.c,v 1.164 2004/09/18 20:50:52 nilsson Exp $ +|| $Id: opcodes.c,v 1.165 2004/09/30 14:09:07 mast Exp $ */ #include "global.h" @@ -238,8 +238,6 @@ void present_runned(struct instr_counter *d, int depth, int maxdepth) #define OPCODE1_TAILBRANCH(OP,DESC,FLAGS) OPCODE1_BRANCH(OP,DESC,FLAGS) #define OPCODE2_TAILBRANCH(OP,DESC,FLAGS) OPCODE2_BRANCH(OP,DESC,FLAGS) -#define LEXER - const struct keyword instr_names[]= { #ifndef PIKE_PRECOMPILER -- GitLab