X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FSingletonVault_c.cpp;h=f14173b660103e98f9eeac2f4229cd77b475c2db;hp=5417915764e6486c29f924e32d68380efc733f21;hb=a4b806047f70a58927ce78454319b03d9f60d420;hpb=321542683a01c3f334047531e9b487f047129775 diff --git a/folly/SingletonVault_c.cpp b/folly/SingletonVault_c.cpp index 54179157..f14173b6 100644 --- a/folly/SingletonVault_c.cpp +++ b/folly/SingletonVault_c.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 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