diff options
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/prj/d.lst | 1 | ||||
-rw-r--r-- | regexp/source/reclass.cxx | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/regexp/prj/d.lst b/regexp/prj/d.lst index e69de29bb2d1..3f38fbeea4f7 100644 --- a/regexp/prj/d.lst +++ b/regexp/prj/d.lst @@ -0,0 +1 @@ +..\%__SRC%\lib\libi18nregexp*.dll.a %_DEST%\lib\libi18nregexp*.dll.a diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx index a5015a8aeca2..c57632a5863b 100644 --- a/regexp/source/reclass.cxx +++ b/regexp/source/reclass.cxx @@ -1357,13 +1357,6 @@ Regexpr::regex_compile() case (sal_Unicode)')': goto normal_backslash; - // unreachable (after goto): -#if 0 - if (COMPILE_STACK_EMPTY) { - FREE_STACK_RETURN(REG_ERPAREN); - } -#endif - handle_close: if (fixup_alt_jump) { /* Push a dummy failure point at the end of the |