Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -4312,10 +4312,6 @@ static word32 CountNameList(const byte* buf, word32 len)
count++;
}
}
/* remove leading comma */
if (count > 0 && buf[0] == ',') {
count--;
}
/* remove trailing comma */
if (count > 0 && buf[len-1] == ',') {
count--;
Expand Down
Loading