diff options
Diffstat (limited to 'include/connectivity/sqlscan.hxx')
-rw-r--r-- | include/connectivity/sqlscan.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/connectivity/sqlscan.hxx b/include/connectivity/sqlscan.hxx index 1506c74dd842..ad17f7d28e0d 100644 --- a/include/connectivity/sqlscan.hxx +++ b/include/connectivity/sqlscan.hxx @@ -55,8 +55,6 @@ namespace connectivity sal_Int32 SQLyygetc(); void SQLyyerror(char const *fmt); - static void output(sal_Int32) { OSL_FAIL("Internal error in sdblex.l: output not possible"); } - static void ECHO() { OSL_FAIL("Internal error in sdblex.l: ECHO not possible"); } IParseContext::InternationalKeyCode getInternationalTokenID(const char* sToken) const; // setting the new information before scanning |