diff --git a/Code/Wrappers/SWIG/CMakeLists.txt b/Code/Wrappers/SWIG/CMakeLists.txt
index 8e4316f12b1ae2ebe861555ec7f2ef920b6269d0..e1d75a4021255601b6c1d1bb1ed277d0a756991d 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 741058d37e8257fda2a0f1f99324a36053dde938..0000000000000000000000000000000000000000
--- 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>
-