mirror of https://github.com/swig/swig
Remove redundant Clear call
This commit is contained in:
parent
2823c70096
commit
6064dd8519
|
@ -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 != ' ') {
|
||||
|
|
Loading…
Reference in New Issue