Changeset: 3fda048b3e42 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3fda048b3e42
Modified Files:
        monetdb5/mal/mal_dataflow.c
Branch: default
Log Message:

small cleanup (remove old code)


diffs (11 lines):

diff --git a/monetdb5/mal/mal_dataflow.c b/monetdb5/mal/mal_dataflow.c
--- a/monetdb5/mal/mal_dataflow.c
+++ b/monetdb5/mal/mal_dataflow.c
@@ -236,7 +236,6 @@ static FlowEvent
 q_dequeue(Queue *q, Client cntxt)
 {
        FlowEvent r = NULL, s = NULL;
-       //int i;
 
        assert(q);
        MT_sema_down(&q->s);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to