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;