diff options
author | Andras Timar <atimar@suse.com> | 2012-09-28 16:57:02 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-28 16:57:02 +0200 |
commit | dbac379f77a034f10e62e607258fcbafad41b7ab (patch) | |
tree | 38c9db63bb991d8ff0ca8060274f8c6aaf92e3c9 /regexp | |
parent | 822ac662c758916af546a293a408ee6fbb9cfe7e (diff) | |
parent | 8b97644bab0e9106b798a5b8969aa796e558ef3f (diff) |
Merge branch 'master' into feature/killsdf
Conflicts:
l10ntools/Module_l10ntools.mk
l10ntools/source/merge.cxx
solenv/gbuild/AllLangResTarget.mk
solenv/gbuild/ExtensionTarget.mk
solenv/gbuild/InstallModuleTarget.mk
solenv/gbuild/TargetLocations.mk
Diffstat (limited to 'regexp')
-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 ce4f50ef3b7b..3629028dbe1e 100644 --- a/regexp/inc/regexp/reclass.hxx +++ b/regexp/inc/regexp/reclass.hxx @@ -315,10 +315,6 @@ class REGEXP_DLLPUBLIC Regexpr: private boost::noncopyable 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. |