Changeset: 52fe612aff50 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=52fe612aff50
Modified Files:
        common/options/monet_options.c
Branch: Oct2012
Log Message:

Removed gdk_alloc_map option.
The code that uses the option is long gone.


diffs (23 lines):

diff --git a/common/options/monet_options.c b/common/options/monet_options.c
--- a/common/options/monet_options.c
+++ b/common/options/monet_options.c
@@ -232,7 +232,7 @@ mo_builtin_settings(opt **Set)
        if (Set == NULL)
                return 0;
 
-#define N_OPTIONS      12      /*MUST MATCH # OPTIONS BELOW */
+#define N_OPTIONS      11      /*MUST MATCH # OPTIONS BELOW */
        set = malloc(sizeof(opt) * N_OPTIONS);
        if (set == NULL)
                return 0;
@@ -252,10 +252,6 @@ mo_builtin_settings(opt **Set)
        set[i].value = strdup("0");
        i++;
        set[i].kind = opt_builtin;
-       set[i].name = strdup("gdk_alloc_map");
-       set[i].value = strdup("no");
-       i++;
-       set[i].kind = opt_builtin;
        set[i].name = strdup("gdk_vmtrim");
        set[i].value = strdup("yes");
        i++;
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to