cpplint: Cleanup errors
Cleanup errors from upstream cpplint in preparation
for moving art's cpplint fork to upstream tip-of-tree cpplint.
Test: cd art && mm
Bug: 68951293
Change-Id: I15faed4594cbcb8399850f8bdee39d42c0c5b956
diff --git a/runtime/base/allocator.cc b/runtime/base/allocator.cc
index 2a2790c..bb00638 100644
--- a/runtime/base/allocator.cc
+++ b/runtime/base/allocator.cc
@@ -26,7 +26,7 @@
class MallocAllocator FINAL : public Allocator {
public:
- explicit MallocAllocator() {}
+ MallocAllocator() {}
~MallocAllocator() {}
void* Alloc(size_t size) {
@@ -45,7 +45,7 @@
class NoopAllocator FINAL : public Allocator {
public:
- explicit NoopAllocator() {}
+ NoopAllocator() {}
~NoopAllocator() {}
void* Alloc(size_t size ATTRIBUTE_UNUSED) {