Skip to content

Commit

Permalink
tools/liblockdep: Remove debug print left over from development
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sasha Levin committed Jul 7, 2014
1 parent 6c642e4 commit 0c37c68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/lib/lockdep/preload.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c37c68

Please sign in to comment.