-Werror,-Wunused-private-field (Clang towards 3.2)

Change-Id: I7e0429263423837fcddb0b7d29cb0f5bacd5ce01
This commit is contained in:
Stephan Bergmann
2012-08-30 23:10:04 +02:00
parent accc748d1b
commit 808e0a19d7

View File

@@ -314,10 +314,6 @@ class REGEXP_DLLPUBLIC Regexpr
pattern when it is compiled and to a string when it is matched. */ pattern when it is compiled and to a string when it is matched. */
int translate; 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_uInt32 re_max_failures;
sal_Unicode reg_unset_dummy; ///< Registers are set to a sentinel when they haven't yet matched. sal_Unicode reg_unset_dummy; ///< Registers are set to a sentinel when they haven't yet matched.