summaryrefslogtreecommitdiffstats
path: root/contrib/compiler-rt/lib/interception/interception.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/compiler-rt/lib/interception/interception.h')
-rw-r--r--contrib/compiler-rt/lib/interception/interception.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/compiler-rt/lib/interception/interception.h b/contrib/compiler-rt/lib/interception/interception.h
index 5257325..9e9aca2 100644
--- a/contrib/compiler-rt/lib/interception/interception.h
+++ b/contrib/compiler-rt/lib/interception/interception.h
@@ -219,7 +219,6 @@ const interpose_substitution substitution_##func_name[] \
namespace __interception { \
FUNC_TYPE(func) PTR_TO_REAL(func); \
} \
- DECLARE_WRAPPER_WINAPI(ret_type, func, __VA_ARGS__) \
extern "C" \
INTERCEPTOR_ATTRIBUTE \
ret_type __stdcall WRAP(func)(__VA_ARGS__)
OpenPOWER on IntegriCloud