Changeset: de068f2f5ced for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/de068f2f5ced
Modified Files:
        monetdb5/mal/mal_listing.c
Branch: default
Log Message:

Remove unused variable which was also missing a semicolon.


diffs (16 lines):

diff --git a/monetdb5/mal/mal_listing.c b/monetdb5/mal/mal_listing.c
--- a/monetdb5/mal/mal_listing.c
+++ b/monetdb5/mal/mal_listing.c
@@ -119,12 +119,6 @@ renderTerm(MalBlkPtr mb, MalStkPtr stk, 
                        size_t cv_len = strlen(cv);
                        if (cv_len > 100) {
                                strcpy_len(buf, cv, 101); /* 1 for null 
termination */
-                               char *incomplete;
-                               if (cv[0] == '"') {
-                                       incomplete = "\" ..... ";
-                               } else {
-                                       incomplete = " ..... "
-                               }
                                strconcat_len(buf + 100, max_len - 100, "\" 
..... ", NULL);
                        } else {
                                strcat(buf, cv);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to