Skip to content

Commit

Permalink
cut unused macro FOLLY_SINGLETON_TRY_GET
Browse files Browse the repository at this point in the history
Summary: It is unused.

Reviewed By: dmm-fb

Differential Revision: D57815314

fbshipit-source-id: f582c248cad626f8ed3980ce26d243336d88bf46
  • Loading branch information
yfeldblum authored and facebook-github-bot committed May 25, 2024
1 parent 945a193 commit f1f426d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions folly/Singleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@

#include <glog/logging.h>

// 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<T> class at the bottom
Expand Down

0 comments on commit f1f426d

Please sign in to comment.