summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-13 16:11:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-13 14:54:14 +0000
commit2cdc693c56c266e149473241e6b3cb54fb2a2a03 (patch)
tree0c4dc65cfd85858ef1a12db9217830d708e67336 /ucb
parent80f9ad9011843dbc9d166147402366438bcfe29a (diff)
Remove __cplusplus-checks from apparently-C++-only files
Change-Id: I87e9ce45cf945e75e8140a9d4608da8abcddada6 Reviewed-on: https://gerrit.libreoffice.org/27187 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftploaderthread.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/ucb/source/ucp/ftp/ftploaderthread.cxx b/ucb/source/ucp/ftp/ftploaderthread.cxx
index ab2df72ba55e..be68d9a24fd2 100644
--- a/ucb/source/ucp/ftp/ftploaderthread.cxx
+++ b/ucb/source/ucp/ftp/ftploaderthread.cxx
@@ -34,10 +34,7 @@ using namespace ftp;
/* */
/********************************************************************************/
-
-#ifdef __cplusplus
extern "C" {
-#endif
int memory_write_dummy(void *,size_t,size_t,void *)
{
@@ -54,10 +51,7 @@ extern "C" {
curl_easy_cleanup(static_cast<CURL*>(pData));
}
-#ifdef __cplusplus
}
-#endif
-
/********************************************************************************/
/* */