Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1476)

Unified Diff: Source/heap/Visitor.cpp

Issue 203363003: Remove do-nothing trace traits on primitive types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/heap/Visitor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/Visitor.cpp
diff --git a/Source/heap/Visitor.cpp b/Source/heap/Visitor.cpp
index 2df85759e024d154934a461ebcfef1b7d850b5b1..83d5e1ff31038a466a31b012a8455b3be3798f10 100644
--- a/Source/heap/Visitor.cpp
+++ b/Source/heap/Visitor.cpp
@@ -57,13 +57,4 @@ FOR_EACH_TYPED_HEAP(DEFINE_VISITOR_CHECK_MARKER)
#undef DEFINE_VISITOR_CHECK_MARKER
#endif
-#define DEFINE_DO_NOTHING_TRAIT(type) \
-const GCInfo GCInfoTrait<type>::info = { \
- doNothingTrace, \
- 0, /* no finalizer method */ \
- false \
-};
-
-ITERATE_DO_NOTHING_TYPES(DEFINE_DO_NOTHING_TRAIT)
-
}
« no previous file with comments | « Source/heap/Visitor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698