Merge "Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger" into dalvik-dev
diff --git a/runtime/gc/accounting/gc_allocator.h b/runtime/gc/accounting/gc_allocator.h
index 12e16b5..1cfcf43 100644
--- a/runtime/gc/accounting/gc_allocator.h
+++ b/runtime/gc/accounting/gc_allocator.h
@@ -46,12 +46,10 @@
     // Used internally by STL data structures.
     template <class U>
     GCAllocatorImpl(const GCAllocatorImpl<U>& alloc) throw() {
-
     }
 
     // Used internally by STL data structures.
     GCAllocatorImpl() throw() {
-
     }
 
     // Enables an allocator for objects of one type to allocate storage for objects of another type.