Commit 3f1fc238 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Remove unused ValueInfo struct

BUG=
R=bmeurer@chromium.org

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

Patch from Adrian Perez de Castro <aperez@igalia.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17577 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent dc8eb9a0
...@@ -869,14 +869,6 @@ class ObjectVisitor; ...@@ -869,14 +869,6 @@ class ObjectVisitor;
class StringStream; class StringStream;
class Type; 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. // A template-ized version of the IsXXX functions.
template <class C> inline bool Is(Object* obj); template <class C> inline bool Is(Object* obj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment