summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
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 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.