From cbd77087be96d1caf9084062a196baf46655ac11 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Mon, 16 Mar 2015 14:22:53 +0000 Subject: [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 --- lib/interception/interception.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/interception') 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__) -- cgit v1.2.3