Remove unused kwnames generated variable in Ruby wrappers
This seems to be from some left over Python kwargs / unfinished kwargs support
This commit is contained in:
parent
6725b2fdf6
commit
a91d1b5a42
3 changed files with 4 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -587,7 +587,7 @@ Version 3.0.3 (30 Dec 2014)
|
|||
2014-10-21: wsfulton
|
||||
Fix issue #242 - Use of the "kwargs" feature no longer automatically turns on the
|
||||
"compactdefaultargs" feature if the target language does not support kwargs.
|
||||
Only Java and Python support kwargs, so this affects all the other languages.
|
||||
Only Java and Ruby support kwargs, so this affects all the other languages.
|
||||
|
||||
*** POTENTIAL INCOMPATIBILITY ***
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue