SingletonVault_c.cpp is always C++
authorChristopher Dykes <cdykes@fb.com>
Wed, 1 Jun 2016 17:14:26 +0000 (10:14 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Wed, 1 Jun 2016 17:24:34 +0000 (10:24 -0700)
commit3fe4dacd7dd0224d46e03edfbb87c1c84442b09f
treeb30b3245358705b62e1db196f79c102372ded055
parent7030ff9c5a8fae4bc51cf4ea239f477aa977157c
SingletonVault_c.cpp is always C++

Summary: It's simply not possible to compile the C++ side of the C API as C, so don't guard the `extern "C"` as if it is.

Reviewed By: meyering, yfeldblum

Differential Revision: D3369474

fbshipit-source-id: d3316704ce17a471bc9d6a3a235472bf40cedb9d
folly/SingletonVault_c.cpp