diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-06-18 00:00:52 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-06-18 00:01:15 +0900 |
commit | b33ae7fc706c6f9a8130e34d5eafb0ffbf938905 (patch) | |
tree | 20bf2e0961e454f1de9e1d40acc5efe979e7075c /regexp | |
parent | 6e613c590bdd7c6643616ac897533323ff77ebff (diff) |
remove dead code
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/source/reclass.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx index 79457e6c1fd3..b296230ead9f 100644 --- a/regexp/source/reclass.cxx +++ b/regexp/source/reclass.cxx @@ -1362,13 +1362,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 |