summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:50:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:50:55 +0000
commit89c429f892b162faf4855150a9f41bd4b889912e (patch)
tree83072b8ba6b9efee37829c1a181672c368919865 /idlc
parenta7b70617af35024259c6ca0d21f49855a0f92467 (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')
-rw-r--r--idlc/source/preproc/lex.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/idlc/source/preproc/lex.c b/idlc/source/preproc/lex.c
index 649320c00..1d0d16ee7 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.