From 6f4a5665d307dbd6c678394b3a121d98272aaee1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 4 May 2015 14:27:08 +0200 Subject: options: nix empty dtor --- opentrack/options.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'opentrack') diff --git a/opentrack/options.hpp b/opentrack/options.hpp index 35b1640e..23ce6f7b 100644 --- a/opentrack/options.hpp +++ b/opentrack/options.hpp @@ -262,8 +262,6 @@ namespace options { if (--std::get<0>(implsgl_data[key]) == 0) implsgl_data.erase(key); } - - ~opt_singleton() { implsgl_data.clear(); } }; using pbundle = std::shared_ptr; -- cgit v1.2.3