From 1885bc8f8072673b099666f086977a00db2bc284 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/SWIG@6536 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/python/import/cbar.cxx | 5 ----- Examples/python/import/cbase.cxx | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 Examples/python/import/cbar.cxx delete mode 100644 Examples/python/import/cbase.cxx diff --git a/Examples/python/import/cbar.cxx b/Examples/python/import/cbar.cxx deleted file mode 100644 index 9f302a5f0..000000000 --- a/Examples/python/import/cbar.cxx +++ /dev/null @@ -1,5 +0,0 @@ -#include "bar.h" - -Bar::~Bar() -{ -} diff --git a/Examples/python/import/cbase.cxx b/Examples/python/import/cbase.cxx deleted file mode 100644 index cab4765ad..000000000 --- a/Examples/python/import/cbase.cxx +++ /dev/null @@ -1,3 +0,0 @@ -#include "base.h" - -Base::~Base() { }