Removed superfluous inline keywords

This commit is contained in:
Martin Hořeňovský
2017-07-12 16:16:55 +02:00
parent d8df83ee2f
commit 878bd140e6
5 changed files with 15 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ namespace Catch {
};
// Single, global, instance
inline RegistryHub*& getTheRegistryHub() {
RegistryHub*& getTheRegistryHub() {
static RegistryHub* theRegistryHub = nullptr;
if( !theRegistryHub )
theRegistryHub = new RegistryHub();