summaryrefslogtreecommitdiff
path: root/src/utils/singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/singleton.h')
-rw-r--r--src/utils/singleton.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/singleton.h b/src/utils/singleton.h
index 4535439d..c3a8e2fc 100644
--- a/src/utils/singleton.h
+++ b/src/utils/singleton.h
@@ -50,9 +50,6 @@ class Singleton
throw()
{}
- /**
- * Destructor.
- */
virtual ~Singleton()
throw()
{}