From a361a47cab64c8e32a763b2ab6b21f0df9a5853a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 27 Oct 2004 21:01:22 +0000 Subject: [PATCH] back to non-inlined destructors until the makefiles are fixed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6536 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/python/import/cbar.cxx | 5 ----- SWIG/Examples/python/import/cbase.cxx | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 SWIG/Examples/python/import/cbar.cxx delete mode 100644 SWIG/Examples/python/import/cbase.cxx diff --git a/SWIG/Examples/python/import/cbar.cxx b/SWIG/Examples/python/import/cbar.cxx deleted file mode 100644 index 9f302a5f0..000000000 --- a/SWIG/Examples/python/import/cbar.cxx +++ /dev/null @@ -1,5 +0,0 @@ -#include "bar.h" - -Bar::~Bar() -{ -} diff --git a/SWIG/Examples/python/import/cbase.cxx b/SWIG/Examples/python/import/cbase.cxx deleted file mode 100644 index cab4765ad..000000000 --- a/SWIG/Examples/python/import/cbase.cxx +++ /dev/null @@ -1,3 +0,0 @@ -#include "base.h" - -Base::~Base() { }