Changeset: 0340ac27d1f7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0340ac27d1f7 Modified Files: monetdb5/mal/mal_listing.c Branch: default Log Message:
Remove unused code path diffs (20 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 @@ -235,14 +235,8 @@ instruction2str(MalBlkPtr mb, MalStkPtr if ( s == NULL) return s; if (flg) { - if( p->token<0){ - s[0] = '#'; - s[1] = 0; - t = s+1; - }else{ - s[0] = 0; - t = s; - } + s[0] = 0; + t = s; } else { s[0] = '#'; if (p->typechk == TYPE_UNKNOWN) { _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list