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
This commit is contained in:
parent
978c62a42d
commit
58e3ae93c4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user