Index: src/top.cc |
=================================================================== |
--- src/top.cc (revision 1131) |
+++ src/top.cc (working copy) |
@@ -62,8 +62,6 @@ |
} |
-#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 @@ |
it.frame()->Iterate(v); |
} |
} |
-#undef VISIT |
void Top::Iterate(ObjectVisitor* v) { |