Remove redundant Clear call

This commit is contained in:
William S Fulton 2024-02-02 07:48:50 +00:00
parent 2823c70096
commit 6064dd8519
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ void Swig_warnfilter(const_String_or_char_ptr wlist, int add) {
filter = NewStringEmpty();
s = NewString("");
Clear(s);
cw = Char(wlist);
while (*cw != '\0') {
if (*cw != ' ') {