From 9890abc0fcad8bbbedccf6891d49118062a47ecc Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Sun, 19 Jun 2011 15:12:06 +0200 Subject: [PATCH] ENH: remove unused file --- Code/Wrappers/SWIG/CMakeLists.txt | 1 - Code/Wrappers/SWIG/RefCountMacro.i | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 Code/Wrappers/SWIG/RefCountMacro.i diff --git a/Code/Wrappers/SWIG/CMakeLists.txt b/Code/Wrappers/SWIG/CMakeLists.txt index 8e4316f12b..e1d75a4021 100644 --- a/Code/Wrappers/SWIG/CMakeLists.txt +++ b/Code/Wrappers/SWIG/CMakeLists.txt @@ -31,7 +31,6 @@ if ( WRAP_LUA OR WRAP_PYTHON OR WRAP_JAVA OR WRAP_CSHARP OR WRAP_TCL OR WRAP_R O set ( SWIG_HEADERS ${SWIG_HEADERS} ${CMAKE_CURRENT_SOURCE_DIR}/itkBase.i ${CMAKE_CURRENT_SOURCE_DIR}/itkMacro.i - ${CMAKE_CURRENT_SOURCE_DIR}/RefCountMacro.i ${CMAKE_CURRENT_SOURCE_DIR}/Python.i ${CMAKE_CURRENT_SOURCE_DIR}/Java.i diff --git a/Code/Wrappers/SWIG/RefCountMacro.i b/Code/Wrappers/SWIG/RefCountMacro.i deleted file mode 100644 index 741058d37e..0000000000 --- a/Code/Wrappers/SWIG/RefCountMacro.i +++ /dev/null @@ -1,21 +0,0 @@ -/*========================================================================= - - Program: ORFEO Toolbox - Language: C++ - Date: $Date$ - Version: $Revision$ - - - Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. - See OTBCopyright.txt for details. - - - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. - -=========================================================================*/ - -%include <exception.i> -%include <typemaps.i> - -- GitLab