]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tools/liblockdep: Remove debug print left over from development
authorSasha Levin <sasha.levin@oracle.com>
Mon, 7 Jul 2014 16:14:27 +0000 (12:14 -0400)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 7 Jul 2014 16:14:27 +0000 (12:14 -0400)
Remove a debug print in init_preload() which was left over from
development and isn't usefull at all currently. It was also causing
false positive test results.

Reported-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
tools/lib/lockdep/preload.c

index b5e52af6ddf37aecbac7b2bdd42b156504635755..51ec2ec8371bec0a85ce36eb8dadfaf2913378c5 100644 (file)
@@ -439,8 +439,6 @@ __attribute__((constructor)) static void init_preload(void)
        ll_pthread_rwlock_unlock = dlsym(RTLD_NEXT, "pthread_rwlock_unlock");
 #endif
 
-       printf("%p\n", ll_pthread_mutex_trylock);fflush(stdout);
-
        lockdep_init();
 
        __init_state = done;