Backed out changeset d4e3fdfd5775
[folly.git] / folly / Singleton.h
index e8344cef55348bba3375de28b91e4b414f846ffd..2c699e4793d7224c54a45b6acc5dbb9cdeec0962 100644 (file)
@@ -358,9 +358,7 @@ class SingletonVault {
     }
   };
 
-  static Type defaultVaultType();
-
-  explicit SingletonVault(Type type = defaultVaultType()) : type_(type) {}
+  explicit SingletonVault(Type type = Type::Strict) : type_(type) {}
 
   // Destructor is only called by unit tests to check destroyInstances.
   ~SingletonVault();