From a1369613b54247f723fba28a336d35b1f1d7d9d7 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Sat, 31 Jan 2004 06:25:59 +0000 Subject: [PATCH] Unneeded variables now that ccomment() is gone git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@200 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- config.l | 1 - 1 file changed, 1 deletion(-) diff --git a/config.l b/config.l index 83a6652..4a88562 100644 --- a/config.l +++ b/config.l @@ -9,7 +9,6 @@ #include "dgamelaunch.h" unsigned int line = 1, col = 0; -unsigned int comment_begin_line, comment_begin_col; #define YY_USER_ACTION col += yyleng; -- 2.47.3