From 4d3a4bd55c1dff7f66440c056070f2597dc86d55 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 12 Jan 2000 05:04:29 +0000 Subject: [PATCH] Minor cleanup git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@60 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/SWIG1.1/wrapfunc.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/SWIG/Source/SWIG1.1/wrapfunc.cxx b/SWIG/Source/SWIG1.1/wrapfunc.cxx index 0d9ccbe7e..1130e9e81 100644 --- a/SWIG/Source/SWIG1.1/wrapfunc.cxx +++ b/SWIG/Source/SWIG1.1/wrapfunc.cxx @@ -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) {