remove unnecessary variable int the char **STRING_ARRAY out typemap

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10545 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-06-21 20:49:10 +00:00
commit 7743ae3973

View file

@ -60,7 +60,7 @@
#endif
}
%typemap(out) char **STRING_ARRAY (char *s) {
%typemap(out) char **STRING_ARRAY {
int i;
int len=0;
jstring temp_string;