summaryrefslogtreecommitdiff
path: root/include/csetjmp
diff options
context:
space:
mode:
Diffstat (limited to 'include/csetjmp')
-rw-r--r--include/csetjmp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/csetjmp b/include/csetjmp
index d0b2c078967d..58a9c73ab56f 100644
--- a/include/csetjmp
+++ b/include/csetjmp
@@ -38,10 +38,6 @@ void longjmp(jmp_buf env, int val);
#pragma GCC system_header
#endif
-#ifndef setjmp
-#define setjmp(env) setjmp(env)
-#endif
-
_LIBCPP_BEGIN_NAMESPACE_STD
using ::jmp_buf;