Commit 8b280df4 authored by titzer@chromium.org's avatar titzer@chromium.org

Remove unused method HType::IsTagged().

BUG=
R=bmeurer@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16610 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5a5f863f
......@@ -374,10 +374,6 @@ class HType V8_FINAL {
return Combine(other).Equals(other);
}
bool IsTagged() const {
return ((type_ & kTagged) == kTagged);
}
bool IsTaggedPrimitive() const {
return ((type_ & kTaggedPrimitive) == kTaggedPrimitive);
}
......
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