Commit 98d36c1c authored by Dominik Charousset's avatar Dominik Charousset

Remove obsolete singleton getter

parent 7b5be264
...@@ -70,8 +70,6 @@ class singletons { ...@@ -70,8 +70,6 @@ class singletons {
static uniform_type_info_map* get_uniform_type_info_map(); static uniform_type_info_map* get_uniform_type_info_map();
static message_data* get_tuple_dummy();
// usually guarded by implementation-specific singleton getter // usually guarded by implementation-specific singleton getter
template <class Factory> template <class Factory>
static abstract_singleton* get_plugin_singleton(size_t id, Factory f) { static abstract_singleton* get_plugin_singleton(size_t id, Factory f) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment