summaryrefslogtreecommitdiffstats
path: root/include/utils/Singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/Singleton.h')
-rw-r--r--include/utils/Singleton.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/utils/Singleton.h b/include/utils/Singleton.h
index 776f93b..ee07df1 100644
--- a/include/utils/Singleton.h
+++ b/include/utils/Singleton.h
@@ -49,9 +49,6 @@ private:
static TYPE* sInstance;
};
-template<class TYPE> Mutex Singleton<TYPE>::sLock;
-template<class TYPE> TYPE* Singleton<TYPE>::sInstance(0);
-
// ---------------------------------------------------------------------------
}; // namespace android