Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c37c686 authored by Sasha Levin's avatar Sasha Levin
Browse files

tools/liblockdep: Remove debug print left over from development



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: default avatarS. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 6c642e44
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;