[asan] Fix windows build.

llvm-svn: 306493
This commit is contained in:
Evgeniy Stepanov 2017-06-28 00:37:29 +00:00
parent 8037233b54
commit 9e4519db1e
1 changed files with 0 additions and 1 deletions

View File

@ -711,7 +711,6 @@ void InitializeAsanInterceptors() {
// Intercept str* functions.
ASAN_INTERCEPT_FUNC(strcat); // NOLINT
ASAN_INTERCEPT_FUNC(strcpy); // NOLINT
ASAN_INTERCEPT_FUNC(wcslen);
ASAN_INTERCEPT_FUNC(strncat);
ASAN_INTERCEPT_FUNC(strncpy);
ASAN_INTERCEPT_FUNC(strdup);