X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2Fnativelib%2Fthreads_int.c;h=324b952d8532e5b6bc36b517f1971098a5e3c147;hb=2103edc7b67600818930793851b57e3583f73954;hp=3b7b08a479178729fb567f2da56867ade2167a7d;hpb=2287a74537b331627d12e2db728886d78ed37900;p=tpg%2Facess2.git diff --git a/Tools/nativelib/threads_int.c b/Tools/nativelib/threads_int.c index 3b7b08a4..324b952d 100644 --- a/Tools/nativelib/threads_int.c +++ b/Tools/nativelib/threads_int.c @@ -14,7 +14,6 @@ #include // === TYPES === -typedef struct sThread tThread; struct sThreadIntMutex { int lock; }; struct sThreadIntSem { int val; };