Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2904

Modified Files:
        mal_client.mx 
Log Message:
Drop legacy functionality.


Index: mal_client.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_client.mx,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- mal_client.mx       23 Jun 2007 20:19:01 -0000      1.154
+++ mal_client.mx       28 Aug 2007 11:03:28 -0000      1.155
@@ -774,23 +774,6 @@
                }
                return 0;
        }
-       if( *CURRENT(c) == '<'){
-               bstream *fdin;
-               str nme= GDKstrdup(CURRENT(c)+1);
-               str err;
-
-               nme[strlen(CURRENT(c)+1)]=0;
-               printf("# loading from file `%s`\n",nme);
-               if ((err = malLoadScript(nme,&fdin)) != MAL_SUCCEED) {
-                       fprintf(stderr, "!%s\n", err);
-                       GDKfree(err);
-                       return 0;
-               }
-               GDKfree(nme);
-               MCpushClientInput(c, fdin, c->listing, c->prompt);
-               in->pos= in->len;
-               return MCreadClient(c);
-       } else 
        if( *CURRENT(c) == '?'){
                showHelp(c->nspace, CURRENT(c)+1, c->fdout);
                in->pos= in->len;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to