X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FSingletonVault_c.cpp;h=a11c93c83bec6ee2d341a7a65e984bc35906f122;hb=db777d6b97ec08fdbf461679acf46a9d8ffab62a;hp=5a6d6d4458247a1f2d2b63600d97651de6a52315;hpb=d58181e677965b609be89b49ed7fbc4e78bf70b5;p=folly.git diff --git a/folly/SingletonVault_c.cpp b/folly/SingletonVault_c.cpp index 5a6d6d44..a11c93c8 100644 --- a/folly/SingletonVault_c.cpp +++ b/folly/SingletonVault_c.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2016 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