Reviewers: Jakob, danno,
Message:
PTAL, a trivial change to get the ARM (sim) building on mac again.
Description:
Fix ARM build on mac.
Remove a couple unused vars left behind after r16676. Clang on mac
is pickier than gcc on linux, specifically gcc does not complain about
unused class member variables.
BUG=
Please review this at https://codereview.chromium.org/39193003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -5 lines):
M src/arm/regexp-macro-assembler-arm.h
Index: src/arm/regexp-macro-assembler-arm.h
diff --git a/src/arm/regexp-macro-assembler-arm.h
b/src/arm/regexp-macro-assembler-arm.h
index
9f07489e1fc4d63ca8238e6ea03430a699e90188..8d9d515c76b2123f74eeb5c6d65f386263c27504
100644
--- a/src/arm/regexp-macro-assembler-arm.h
+++ b/src/arm/regexp-macro-assembler-arm.h
@@ -223,11 +223,6 @@ class RegExpMacroAssemblerARM: public
NativeRegExpMacroAssembler {
// are always 0..num_saved_registers_-1)
int num_saved_registers_;
- // Manage a small pre-allocated pool for writing label targets
- // to for pushing backtrack addresses.
- int backtrack_constant_pool_offset_;
- int backtrack_constant_pool_capacity_;
-
// Labels used internally.
Label entry_label_;
Label start_label_;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.