diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:50:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:50:55 +0000 |
commit | 1a2963aacfc3446d04c6b8f34f37ff89d8c9c482 (patch) | |
tree | a91c4bc4a4ffef378558c26d4a1eda7597cb0844 /idlc/source | |
parent | 8bce1f4510190bf56446faf0417df12736e69c65 (diff) |
INTEGRATION: CWS jsc21 (1.6.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.6.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/preproc/lex.c | 10 |
1 files changed, 1 insertions, 9 deletions
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. |