Reviewers: Yang,

Message:
PTAL

Description:
Remove unused private fields

[email protected]


Please review this at https://codereview.chromium.org/16226006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/handles.h


Index: src/handles.h
diff --git a/src/handles.h b/src/handles.h
index 46dd1fd2514ad33886a0b73d6ea785272bec37c5..a695b14f061056804b79c9744a56868e59e12889 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -343,9 +343,7 @@ class SealHandleScope BASE_EMBEDDED {
   inline ~SealHandleScope();
  private:
   Isolate* isolate_;
-  Object** limit_;
   int level_;
-  bool active_;
 #endif
 };



--
--
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.


Reply via email to