]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
Critical section are internally recursive
[vlc] / include / vlc_threads.h
index 00e5b18e5dcb826abfef5073f45d8ee10db55bda..4cd9827fe9577f3d7a50a0c19600809bbacaa735 100644 (file)
@@ -119,9 +119,6 @@ typedef struct
 typedef struct
 {
     CRITICAL_SECTION mutex;
-    LONG             owner;
-    unsigned         recursion;
-    bool             recursive;
 }
 vlc_mutex_t;
 typedef HANDLE  vlc_cond_t;