Minor cleanup

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@60 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-01-12 05:04:29 +00:00
commit 4d3a4bd55c

View file

@ -54,7 +54,6 @@ static char *isolate_type_name(char *tname) {
// -------------------------------------------------------------------
// Print out a wrapper function.
//
// -------------------------------------------------------------------
void WrapperFunction::print(FILE *f) {
@ -73,7 +72,6 @@ void WrapperFunction::print(FILE *f) {
// -------------------------------------------------------------------
// Print out a wrapper function.
//
// -------------------------------------------------------------------
void WrapperFunction::print(String &f) {