mirror of https://github.com/swig/swig
Remove redundant Char()
Here $ID is already type const char *.
This commit is contained in:
parent
0f48d9605f
commit
1c5b689a1a
|
@ -6057,7 +6057,7 @@ direct_declarator : idcolon {
|
|||
$$ = default_decl;
|
||||
SwigType *t;
|
||||
Append($OPERATOR, " "); /* intervening space is mandatory */
|
||||
Append($OPERATOR, Char($ID));
|
||||
Append($OPERATOR, $ID);
|
||||
$$.id = Char($OPERATOR);
|
||||
t = NewStringEmpty();
|
||||
SwigType_add_function(t,$parms);
|
||||
|
|
Loading…
Reference in New Issue