summaryrefslogtreecommitdiffhomepage
path: root/opentrack/options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/options.hpp')
-rw-r--r--opentrack/options.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack/options.hpp b/opentrack/options.hpp
index d81f4888..6c15d729 100644
--- a/opentrack/options.hpp
+++ b/opentrack/options.hpp
@@ -213,7 +213,6 @@ namespace options {
static opt_singleton<k, v>& datum()
{
- // XXX crashes with dlopen on Linux -sh 20141019
static auto ret = std::make_shared<opt_singleton<k, v>>();
return *ret;
}