]> git.sesse.net Git - vlc/commit
Remove useless volatile keyword
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 19 May 2008 15:23:56 +0000 (18:23 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 19 May 2008 15:23:56 +0000 (18:23 +0300)
commitf2312da8a85f4646ac97ce46bc98a08dd3d2de4b
treef8ee1843d2793290d94472c0497399b4807fc746
parent3008c478206789d38cc1935aef3fdbb1f7fa9933
Remove useless volatile keyword

In this case, volatile was both incorrect (volatile does nothing about
thread synchronization) and not required (there is an explicit lock).
src/libvlc-common.c