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:
William S Fulton 2016-05-27 18:55:16 +01:00
commit a91d1b5a42
3 changed files with 4 additions and 3 deletions

View file

@ -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 ***