Revision: 17577
Author:   [email protected]
Date:     Fri Nov  8 07:45:15 2013 UTC
Log:      Remove unused ValueInfo struct

BUG=
[email protected]

Review URL: https://codereview.chromium.org/46673004

Patch from Adrian Perez de Castro <[email protected]>.
http://code.google.com/p/v8/source/detail?r=17577

Modified:
 /branches/bleeding_edge/src/objects.h

=======================================
--- /branches/bleeding_edge/src/objects.h       Thu Nov  7 16:35:27 2013 UTC
+++ /branches/bleeding_edge/src/objects.h       Fri Nov  8 07:45:15 2013 UTC
@@ -869,14 +869,6 @@
 class StringStream;
 class Type;

-struct ValueInfo : public Malloced {
-  ValueInfo() : type(FIRST_TYPE), ptr(NULL), str(NULL), number(0) { }
-  InstanceType type;
-  Object* ptr;
-  const char* str;
-  double number;
-};
-

 // A template-ized version of the IsXXX functions.
 template <class C> inline bool Is(Object* obj);

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