Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15948

Modified Files:
        monetdb_merocom.c 
Log Message:
monetdb_merocom.c:42: variable "len" was set but never used

U monetdb_merocom.c
Index: monetdb_merocom.c
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb_merocom.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monetdb_merocom.c   27 Aug 2009 15:14:52 -0000      1.2
+++ monetdb_merocom.c   8 Sep 2009 19:38:38 -0000       1.3
@@ -39,7 +39,6 @@
        char *type = NULL;
        char *p;
        int ret = 0;
-       int len;
 
        snprintf(path, 8095, "%s/.merovingian_control", dbfarm);
        path[8095] = '\0';
@@ -175,7 +174,7 @@
 
                        /* stay quiet, we're part of monetdb set property=value 
*/
 
-                       len = snprintf(share, sizeof(share), "share=%s", value);
+                       snprintf(share, sizeof(share), "share=%s", value);
                        control_send(&res, path, 0, stats->dbname, share);
                        if (strcmp(res, "OK\n") != 0) {
                                printf("FAILED:\n%s", res);


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to