From 1a2963aacfc3446d04c6b8f34f37ff89d8c9c482 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:50:55 +0000 Subject: INTEGRATION: CWS jsc21 (1.6.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.6.4.1: #i86349# remove unused methods --- idlc/source/preproc/lex.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'idlc') diff --git a/idlc/source/preproc/lex.c b/idlc/source/preproc/lex.c index a8fb2691cdaf..7800024646d2 100644 --- a/idlc/source/preproc/lex.c +++ b/idlc/source/preproc/lex.c @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: lex.c,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -327,14 +327,6 @@ void } } -void - fixlex(void) -{ - /* do C++ comments? */ - if ((Cplusplus == 0) || (Cflag != 0)) - bigfsm['/'][COM1] = bigfsm['x'][COM1]; -} - /* * fill in a row of tokens from input, terminated by NL or END * First token is put at trp->lp. -- cgit