Commit 58e3ae93 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Remove unused macro definition.

Review URL: http://codereview.chromium.org/19709

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1198 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 978c62a4
......@@ -62,8 +62,6 @@ char* Top::Iterate(ObjectVisitor* v, char* thread_storage) {
}
#define VISIT(field) v->VisitPointer(reinterpret_cast<Object**>(&(field)));
void Top::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) {
v->VisitPointer(&(thread->pending_exception_));
v->VisitPointer(&(thread->pending_message_obj_));
......@@ -84,7 +82,6 @@ void Top::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) {
it.frame()->Iterate(v);
}
}
#undef VISIT
void Top::Iterate(ObjectVisitor* v) {
......
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