diff --git a/folly/Singleton.h b/folly/Singleton.h index 075f01414d8..2f428712d2c 100644 --- a/folly/Singleton.h +++ b/folly/Singleton.h @@ -157,11 +157,6 @@ #include -// use this guard to handleSingleton breaking change in 3rd party code -#ifndef FOLLY_SINGLETON_TRY_GET -#define FOLLY_SINGLETON_TRY_GET -#endif - namespace folly { // For actual usage, please see the Singleton class at the bottom