summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibCore/CObject.h')
-rw-r--r--Libraries/LibCore/CObject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Libraries/LibCore/CObject.h b/Libraries/LibCore/CObject.h
index 2875bc719e..a98bfc9edc 100644
--- a/Libraries/LibCore/CObject.h
+++ b/Libraries/LibCore/CObject.h
@@ -151,9 +151,6 @@ private:
template<typename T>
inline bool is(const CObject&) { return false; }
-template<>
-inline bool is<CObject>(const CObject&) { return true; }
-
template<typename T>
inline T& to(CObject& object)
{