Revision: 17356
Author: [email protected]
Date: Thu Oct 24 07:03:52 2013 UTC
Log: 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=
[email protected]
Review URL: https://codereview.chromium.org/39193003
http://code.google.com/p/v8/source/detail?r=17356
Modified:
/branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h
=======================================
--- /branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h Thu Sep 12
10:37:42 2013 UTC
+++ /branches/bleeding_edge/src/arm/regexp-macro-assembler-arm.h Thu Oct 24
07:03:52 2013 UTC
@@ -223,11 +223,6 @@
// 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.