Cosmetic java typemap cleanup

This commit is contained in:
William S Fulton 2016-03-31 07:57:22 +01:00
commit 8322686e84

View file

@ -406,7 +406,6 @@ SWIGINTERN const char * SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
if (!$input) return $null;
}
Swig::LocalRefGuard $1_refguard(jenv, $input);
// boohoo
}
%typemap(freearg, noblock=1) char * { if ($1) JCALL2(ReleaseStringUTFChars, jenv, $input, (const char *)$1); }