Remove unnecessary explicit instantiation
This commit is contained in:
parent
6ca6413d88
commit
85b26c6905
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue