Revision: 14351
Author: [email protected]
Date: Fri Apr 19 06:20:45 2013
Log: Remove unused member variables in IfBuilder
[email protected]
Review URL: https://codereview.chromium.org/14328042
http://code.google.com/p/v8/source/detail?r=14351
Modified:
/branches/bleeding_edge/src/hydrogen.cc
/branches/bleeding_edge/src/hydrogen.h
=======================================
--- /branches/bleeding_edge/src/hydrogen.cc Thu Apr 18 07:18:27 2013
+++ /branches/bleeding_edge/src/hydrogen.cc Fri Apr 19 06:20:45 2013
@@ -714,8 +714,6 @@
finished_(false),
did_then_(false),
did_else_(false),
- deopt_then_(false),
- deopt_else_(false),
did_and_(false),
did_or_(false),
captured_(false),
@@ -736,8 +734,6 @@
finished_(false),
did_then_(false),
did_else_(false),
- deopt_then_(false),
- deopt_else_(false),
did_and_(false),
did_or_(false),
captured_(false),
=======================================
--- /branches/bleeding_edge/src/hydrogen.h Thu Apr 18 03:51:24 2013
+++ /branches/bleeding_edge/src/hydrogen.h Fri Apr 19 06:20:45 2013
@@ -1142,8 +1142,6 @@
bool finished_ : 1;
bool did_then_ : 1;
bool did_else_ : 1;
- bool deopt_then_ : 1;
- bool deopt_else_ : 1;
bool did_and_ : 1;
bool did_or_ : 1;
bool captured_ : 1;
--
--
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.