diff --git a/Libraries/LibCore/CObject.h b/Libraries/LibCore/CObject.h index 2875bc719e2c23..a98bfc9edc2bf2 100644 --- a/Libraries/LibCore/CObject.h +++ b/Libraries/LibCore/CObject.h @@ -151,9 +151,6 @@ class CObject template inline bool is(const CObject&) { return false; } -template<> -inline bool is(const CObject&) { return true; } - template inline T& to(CObject& object) {