summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-03-13 23:21:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-03 08:28:38 +0000
commit1d4f1eae902fa115b1d7ef818a75dcdcdb9c8a65 (patch)
tree12ddbdc2c427660774a31ab164a823c0fb624089 /bridges/inc
parent7bd560f6260a8474a67398e1b12831faf1751d1d (diff)
UNO bridges: Remove MSVC 2013 legacy code
Change-Id: Ia6f59f825ead50f92ed7a343df0c01f34ce5c6f8 Reviewed-on: https://gerrit.libreoffice.org/23199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/except.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/inc/except.hxx b/bridges/inc/except.hxx
index f1437f3ae273..4b90ee1e1119 100644
--- a/bridges/inc/except.hxx
+++ b/bridges/inc/except.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_BRIDGES_INC_EXCEPT_HXX
#define INCLUDED_BRIDGES_INC_EXCEPT_HXX
-#if _MSC_VER >= 1900 // VC 2015/2017 (and later?)
// extern "C" void** __cdecl __current_exception()
// is defined in MSVS14.0/VC/crt/src/vcruntime/frame.cpp:
// return &__vcrt_getptd()->_curexception;
@@ -34,7 +33,6 @@
//void* _curexception; // current exception
//[...]
extern "C" void** __current_exception();
-#endif
#endif