[vlc-devel] commit: Dead #defines ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Sep 28 19:30:36 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Sep 28 20:29:06 2008 +0300| [75ba8eb991b640254a6106e00db86c4ed411e0da] | committer: Rémi Denis-Courmont 

Dead #defines

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75ba8eb991b640254a6106e00db86c4ed411e0da
---

 src/misc/threads.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/misc/threads.c b/src/misc/threads.c
index 6d08653..68472bb 100644
--- a/src/misc/threads.c
+++ b/src/misc/threads.c
@@ -39,11 +39,6 @@
 #endif
 #include <signal.h>
 
-#define VLC_THREADS_UNINITIALIZED  0
-#define VLC_THREADS_PENDING        1
-#define VLC_THREADS_ERROR          2
-#define VLC_THREADS_READY          3
-
 /*****************************************************************************
  * Global mutex for lazy initialization of the threads system
  *****************************************************************************/




More information about the vlc-devel mailing list