[asan] Remove leftover debug printf.

llvm-svn: 213264
This commit is contained in:
Evgeniy Stepanov 2014-07-17 13:05:21 +00:00
parent f62cd5559e
commit 92d20f3f90
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ void ReplaceSystemMalloc() {
// Decide on K vs L dispatch format by the presence of
// __libc_malloc_default_dispatch export in libc.
void *default_dispatch_p = AsanDlSymNext("__libc_malloc_default_dispatch");
Printf("default dispatch: %p\n", default_dispatch_p);
if (default_dispatch_p)
*__libc_malloc_dispatch_p = (void *)&asan_malloc_dispatch_k;
else