From 2dd4761f89e7d066c46a4b77019cb6d3d4ddef66 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 27 Jan 2014 19:53:33 +0000 Subject: [PATCH] remove unused Singleton::delete_instance --- src/utils.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/utils.hh b/src/utils.hh index 0cbf4c91..6d59749a 100644 --- a/src/utils.hh +++ b/src/utils.hh @@ -28,12 +28,6 @@ public: return *ms_instance; } - static void delete_instance() - { - delete ms_instance; - ms_instance = nullptr; - } - static bool has_instance() { return ms_instance != nullptr;