summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2015-03-16 14:22:53 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2015-03-16 14:22:53 +0000
commitcbd77087be96d1caf9084062a196baf46655ac11 (patch)
tree0bd8a9d71b3e985234ff03d60508ab0119159303 /lib/interception
parent37d2fcbedd6b91bdd1365693707612cf8a3c45ed (diff)
[ASan] NFC: Factor out platform-specific interceptors
Reviewed at http://reviews.llvm.org/D8321 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@232377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/interception.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/interception/interception.h b/lib/interception/interception.h
index 52573258b..9e9aca215 100644
--- a/lib/interception/interception.h
+++ b/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__)