Changeset: 5f845a034329 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f845a034329
Modified Files:
        gdk/gdk_system.h
Branch: Apr2019
Log Message:

Removed unnecessary assertion.


diffs (11 lines):

diff --git a/gdk/gdk_system.h b/gdk/gdk_system.h
--- a/gdk/gdk_system.h
+++ b/gdk/gdk_system.h
@@ -459,7 +459,6 @@ typedef struct MT_Lock {
 #define MT_lock_init(l, n)                             \
        do {                                            \
                size_t nlen;                            \
-               assert(n);                              \
                ATOMIC_CLEAR(&(l)->lock);               \
                nlen = strlen(n);                       \
                if (nlen >= sizeof((l)->name))          \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to