From 255819eaa889e89683b4636dcaee34fb2942bd6b Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Sun, 9 Jul 2006 16:47:04 +0000 Subject: [PATCH] Cleaned some old code, allow overloading. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9210 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/cffi.cxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Source/Modules/cffi.cxx b/Source/Modules/cffi.cxx index ef51a0cac..789305f5e 100644 --- a/Source/Modules/cffi.cxx +++ b/Source/Modules/cffi.cxx @@ -49,7 +49,6 @@ private: String* lispify_name(Node* n,String *ty,const char* flag,bool kw=false); String* convert_literal(String *num_param, String *type); String* strip_parens(String *string); - bool extern_all; int generate_typedef_flag; bool no_swig_lisp; }; @@ -60,7 +59,6 @@ void CFFI :: main(int argc, char *argv[]) { SWIG_library_directory("cffi"); SWIG_config_file("cffi.swg"); generate_typedef_flag = 0; - extern_all = false; no_swig_lisp = false; CWrap = false; for(i=1; i