summaryrefslogtreecommitdiff
path: root/idlc/source/scanner.ll
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/scanner.ll')
-rw-r--r--idlc/source/scanner.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll
index 2206297a0ffd..1fdbeab6f574 100644
--- a/idlc/source/scanner.ll
+++ b/idlc/source/scanner.ll
@@ -215,7 +215,7 @@ static void idlParsePragma(sal_Char* pPragma)
sal_Char* offset = begin;
while (*offset != ',') offset++;
//::rtl::OString include = pragma.copy(index + 8, offset - begin);
- idlc()->insertInclude(pragma.copy(index + 8, (sal_Int32)(offset - begin)));
+ //unused// idlc()->insertInclude(pragma.copy(index + 8, (sal_Int32)(offset - begin)));
}
static void parseLineAndFile(sal_Char* pBuf)