From eefa72afa1978a9dea10f5b1833fcc8f58a3468e Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 3 Jul 2017 18:59:12 +0100 Subject: COMMON: Change way the Singleton instances are instantiated This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. --- backends/cloud/cloudmanager.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'backends/cloud') diff --git a/backends/cloud/cloudmanager.cpp b/backends/cloud/cloudmanager.cpp index 5519e4baab..549926881d 100644 --- a/backends/cloud/cloudmanager.cpp +++ b/backends/cloud/cloudmanager.cpp @@ -32,11 +32,6 @@ #include "backends/networking/sdl_net/localwebserver.h" #endif -namespace Common { - -DECLARE_SINGLETON(Cloud::CloudManager); - -} namespace Cloud { -- cgit v1.2.3