X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FSingletonVault_c.cpp;h=f14173b660103e98f9eeac2f4229cd77b475c2db;hb=ff66c8dcf1b022a2953cd9c10661b24d7bf04d1f;hp=5a6d6d4458247a1f2d2b63600d97651de6a52315;hpb=d58181e677965b609be89b49ed7fbc4e78bf70b5;p=folly.git diff --git a/folly/SingletonVault_c.cpp b/folly/SingletonVault_c.cpp index 5a6d6d44..f14173b6 100644 --- a/folly/SingletonVault_c.cpp +++ b/folly/SingletonVault_c.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,9 +17,7 @@ #include #include -#ifdef __cplusplus extern "C" { -#endif SingletonVault_t *SingletonVault_singleton() { return folly::SingletonVault::singleton(); @@ -37,6 +35,4 @@ void SingletonVault_reenableInstances(SingletonVault_t *vault) { ((folly::SingletonVault*) vault)->reenableInstances(); } -#ifdef __cplusplus } // extern "C" -#endif