aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/singleton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/singleton.h b/common/singleton.h
index 33e943f162..c5aa35f68d 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -88,7 +88,6 @@ protected:
typedef T SingletonBaseType;
-protected:
static T *_singleton;
};