Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18756/src/mal
Modified Files:
Tag: MonetDB_5-2
mal_client.mx
Log Message:
removed not used (and looking very strange) code MCgetConsole
Index: mal_client.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_client.mx,v
retrieving revision 1.158.2.2
retrieving revision 1.158.2.3
diff -u -d -r1.158.2.2 -r1.158.2.3
--- mal_client.mx 3 Oct 2007 07:20:43 -0000 1.158.2.2
+++ mal_client.mx 29 Oct 2007 07:10:36 -0000 1.158.2.3
@@ -259,7 +259,6 @@
mal_export void MCtraceAllClients(int flag);
mal_export void MCtraceClient(oid which, int flag);
-mal_export bstream *MCgetConsole(Client c);
mal_export void MCpushClientInput(Client c, bstream *new_input, int
listing, char *prompt);
mal_export void MCpopClientInput(Client c);
@@ -315,14 +314,6 @@
/* printf("awake Thread %d %d\n", h->tid, (int) h->pid);*/
}
-bstream *MCgetConsole(Client c){
- ClientInput *x;
- if( c->bak == 0) return c->fdin;
- x= c->bak;
- while(x->next) x= x->next;
- return x->fdin;
- /* return c->console;*/
-}
void MCpushClientInput(Client c, bstream *new_input, int listing, char *prompt)
{
ClientInput *x = (ClientInput*)GDKmalloc(sizeof(ClientInput));
-------------------------------------------------------------------------
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