From 3ffdfee64ad32119196c2d8f34454fabce7804f4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 26 May 2009 06:31:04 +0000 Subject: [PATCH] remove authors - these are in the CHANGES files and README files git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11235 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/csharp/std_map.i | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/csharp/std_map.i b/Lib/csharp/std_map.i index f26cd6b25..32914affe 100644 --- a/Lib/csharp/std_map.i +++ b/Lib/csharp/std_map.i @@ -5,7 +5,6 @@ * std_map.i * * SWIG typemaps for std::map - * C# implementation by Yuval Baror (http://yuval.bar-or.org) * * The C# wrapper is made to look and feel like a C# System.Collections.Generic.IDictionary<>. *