diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 23:10:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:15 +0200 |
commit | 808e0a19d71b706c3cd6608fa81a437f85d11b06 (patch) | |
tree | 6b8a13fa121361efc066919c4c427814b6d93e40 | |
parent | accc748d1b95bd9decbb805d0304e43f2fe3c8e3 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I7e0429263423837fcddb0b7d29cb0f5bacd5ce01
-rw-r--r-- | regexp/inc/regexp/reclass.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx index f61112dbe58b..d59664f0613b 100644 --- a/regexp/inc/regexp/reclass.hxx +++ b/regexp/inc/regexp/reclass.hxx @@ -314,10 +314,6 @@ class REGEXP_DLLPUBLIC Regexpr pattern when it is compiled and to a string when it is matched. */ int translate; - sal_uInt32 failure_id; - sal_uInt32 nfailure_points_pushed; - sal_uInt32 nfailure_points_popped; - sal_uInt32 num_regs_pushed; ///< Counts the total number of registers pushed. sal_uInt32 re_max_failures; sal_Unicode reg_unset_dummy; ///< Registers are set to a sentinel when they haven't yet matched. |