]> git.sesse.net Git - vlc/commit
Deinline vlc_threadvar_(|s)get and kill useless indirection
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 17:10:14 +0000 (20:10 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 17:10:14 +0000 (20:10 +0300)
commit31196681e079413f491febb8eabf996f4e2b445a
tree90093d0800ea3e2db0c6e83a2cb1e6ea4c9d46f1
parenta0967d76bff8166c070cbad3547b98086778d15a
Deinline vlc_threadvar_(|s)get and kill useless indirection

I wonder if we should unexport threadvar functions? In any case, they
are not used from outside libvlccore at the moment.
include/vlc_threads.h
src/libvlccore.sym
src/misc/messages.c
src/misc/threads.c