From f331ce63c0fe22bf1ebd78b735c7e79c040ba2a5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 16 Oct 2004 20:32:18 +0000 Subject: [PATCH] minor superficial mod git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6392 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Swig/typemap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Swig/typemap.c b/Source/Swig/typemap.c index 35ea628ce..2ab9fc11b 100644 --- a/Source/Swig/typemap.c +++ b/Source/Swig/typemap.c @@ -1109,9 +1109,6 @@ String *Swig_typemap_lookup(const String_or_char *op, SwigType *type, String_or_ * Attach one or more typemaps to a node * ----------------------------------------------------------------------------- */ -Node * -Swig_cparse_template_locate(String *name, Parm *tparms); - String *Swig_typemap_lookup_new(const String_or_char *op, Node *node, const String_or_char *lname, Wrapper *f) { SwigType *type;