Changeset: 2e121f7deaea for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2e121f7deaea
Modified Files:
        monetdb5/mal/mal.c
        monetdb5/mal/mal.h
Branch: default
Log Message:

Drop unused code.


diffs (22 lines):

diff --git a/monetdb5/mal/mal.c b/monetdb5/mal/mal.c
--- a/monetdb5/mal/mal.c
+++ b/monetdb5/mal/mal.c
@@ -29,7 +29,6 @@ int have_hge;
 #include "mal_recycle.h"
 #include "mal_dataflow.h"
 #include "mal_profiler.h"
-#include "mal_http_daemon.h"
 #include "mal_private.h"
 
 MT_Lock     mal_contextLock MT_LOCK_INITIALIZER("mal_contextLock");
diff --git a/monetdb5/mal/mal.h b/monetdb5/mal/mal.h
--- a/monetdb5/mal/mal.h
+++ b/monetdb5/mal/mal.h
@@ -216,7 +216,6 @@ typedef struct MALBLK {
        ptr replica;                            /* for the replicator tests */
        sht recycle;                            /* execution subject to 
recycler control */
        lng recid;                                      /* Recycler identifier 
*/
-       lng legid;                                      /* Octopus control */
        sht trap;                                       /* call debugger when 
called */
        lng starttime;                          /* track when the query 
started, for resource management */
        lng runtime;                            /* average execution time of 
block in ticks */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to