From f1f426d77cf354a80256d401a4928a08b1033f36 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Sat, 25 May 2024 16:26:06 -0700 Subject: [PATCH] cut unused macro FOLLY_SINGLETON_TRY_GET Summary: It is unused. Reviewed By: dmm-fb Differential Revision: D57815314 fbshipit-source-id: f582c248cad626f8ed3980ce26d243336d88bf46 --- folly/Singleton.h | 5 ----- 1 file changed, 5 deletions(-) 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