Changeset: 061083d48b29 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/061083d48b29
Modified Files:
        gdk/gdk.h
        gdk/gdk_utils.c
Branch: default
Log Message:

Remove unused type Thread.


diffs (26 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -1959,9 +1959,6 @@ VALptr(const ValRecord *v)
 
 #define THREADS                1024    /* maximum value for gdk_nr_threads */
 
-typedef struct threadStruct *Thread;
-
-
 gdk_export stream *GDKstdout;
 gdk_export stream *GDKstdin;
 
diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -1266,9 +1266,6 @@ GDKinit(opt *set, int setlen, bool embed
 
 int GDKnr_threads = 0;
 static ATOMIC_TYPE GDKnrofthreads = ATOMIC_VAR_INIT(0);
-struct threadStruct {
-       ATOMIC_TYPE pid;        /* thread id, 0 = unallocated */
-};
 
 bool
 GDKexiting(void)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to