aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/ptr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/ptr.h b/common/ptr.h
index 809848aac1..cad23a18ff 100644
--- a/common/ptr.h
+++ b/common/ptr.h
@@ -69,7 +69,6 @@ namespace Common {
*/
template<class T>
class SharedPtr {
- template<class T2> friend class SharedPtr;
public:
typedef int RefValue;
typedef T ValueType;