From 2cdc693c56c266e149473241e6b3cb54fb2a2a03 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 13 Jul 2016 16:11:20 +0200 Subject: Remove __cplusplus-checks from apparently-C++-only files Change-Id: I87e9ce45cf945e75e8140a9d4608da8abcddada6 Reviewed-on: https://gerrit.libreoffice.org/27187 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'onlineupdate') diff --git a/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp b/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp index b067a10071bf..e86fac3c5863 100644 --- a/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp +++ b/onlineupdate/source/libmar/verify/MacVerifyCrypto.cpp @@ -11,9 +11,7 @@ // We declare the necessary parts of the Security Transforms API here since // we're building with the 10.6 SDK, which doesn't know about Security // Transforms. -#ifdef __cplusplus extern "C" { -#endif const CFStringRef kSecTransformInputAttributeName = CFSTR("INPUT"); typedef CFTypeRef SecTransformRef; typedef struct OpaqueSecKeyRef* SecKeyRef; @@ -34,9 +32,7 @@ extern "C" { CFTypeRef value, CFErrorRef* error); SecTransformSetAttributeFunc SecTransformSetAttributePtr = NULL; -#ifdef __cplusplus } -#endif #define MAC_OS_X_VERSION_10_7_HEX 0x00001070 -- cgit