[cmake-commits] hoffman committed DynamicLoader.cxx 1.19 1.20 DynamicLoader.hxx.in 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 6 11:26:08 EDT 2007


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv27327

Modified Files:
	DynamicLoader.cxx DynamicLoader.hxx.in 
Log Message:
ENH: remove some stuff to improve coverage


Index: DynamicLoader.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/DynamicLoader.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- DynamicLoader.cxx	19 Apr 2007 15:31:55 -0000	1.19
+++ DynamicLoader.cxx	6 Jun 2007 15:26:06 -0000	1.20
@@ -31,21 +31,6 @@
 // (default) Each part of the ifdef contains a complete implementation for
 // the static methods of DynamicLoader.
 
-namespace KWSYS_NAMESPACE
-{
-
-//----------------------------------------------------------------------------
-DynamicLoader::DynamicLoader()
-{
-}
-
-//----------------------------------------------------------------------------
-DynamicLoader::~DynamicLoader()
-{
-}
-
-}
-
 // ---------------------------------------------------------------
 // 1. Implementation for HPUX  machines
 #ifdef __hpux

Index: DynamicLoader.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/DynamicLoader.hxx.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DynamicLoader.hxx.in	9 Dec 2006 16:25:25 -0000	1.9
+++ DynamicLoader.hxx.in	6 Jun 2007 15:26:06 -0000	1.10
@@ -76,9 +76,6 @@
   // Return type from DynamicLoader::GetSymbolAddress.
   typedef void (*SymbolPointer)();
 
-  DynamicLoader();
-  ~DynamicLoader();
-
   /** Load a dynamic library into the current process.
    * The returned LibraryHandle can be used to access the symbols in the
    * library. */



More information about the Cmake-commits mailing list