Remove unnecessary explicit instantiation

This commit is contained in:
Eric Frias 2017-07-28 11:39:41 -04:00
parent 6ca6413d88
commit 85b26c6905

View file

@ -1088,7 +1088,3 @@ void application::startup_plugins()
// namespace detail
} }
// for some reason, g++ isn't instantiating this function on its own, force it to here
template
fc::api_id_type fc::api<graphene::bookie::bookie_api, fc::identity_member>::register_api(fc::api_connection&) const;