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 --- sal/osl/w32/salinit.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sal') diff --git a/sal/osl/w32/salinit.cxx b/sal/osl/w32/salinit.cxx index 84022f2dc76d..141cc2fe5b3e 100644 --- a/sal/osl/w32/salinit.cxx +++ b/sal/osl/w32/salinit.cxx @@ -24,9 +24,7 @@ #include #include -#ifdef __cplusplus extern "C" { -#endif //From time.c void sal_initGlobalTimer(); @@ -100,8 +98,6 @@ void sal_detail_deinitialize() } } -#ifdef __cplusplus } // extern "C" -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3