From 448dea3af5c8d13c5faf865e6e0b4483b599cf83 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/SWIG@60 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/SWIG1.1/wrapfunc.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/SWIG1.1/wrapfunc.cxx b/Source/SWIG1.1/wrapfunc.cxx index 0d9ccbe7e..1130e9e81 100644 --- a/Source/SWIG1.1/wrapfunc.cxx +++ b/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) {