Changeset: af2118cdde86 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af2118cdde86
Modified Files:
        gdk/gdk_setop.c
Branch: Jan2014
Log Message:

Remove superfluous break.


diffs (11 lines):

diff --git a/gdk/gdk_setop.c b/gdk/gdk_setop.c
--- a/gdk/gdk_setop.c
+++ b/gdk/gdk_setop.c
@@ -170,7 +170,6 @@
                        hashelim(a1,a2,loc,a3);                         \
                }                                                       \
                (void) cmp;                                             \
-               break;                                                  \
        }
 #define elim_doubles(a1)                                               \
        switch (ATOMstorage(b->htype)) {                                \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to