summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/DynamicLoader.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-06-06 15:26:06 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-06-06 15:26:06 (GMT)
commitaf0b15aff48f66d436e3006b7ee04a099b2c5bf3 (patch)
tree4a71fc0dbf9bc217d9b1647ee309224d9cf15360 /Source/kwsys/DynamicLoader.cxx
parenta175613a561d50dc1b2d39d052e11563cd6d8d57 (diff)
downloadCMake-af0b15aff48f66d436e3006b7ee04a099b2c5bf3.zip
CMake-af0b15aff48f66d436e3006b7ee04a099b2c5bf3.tar.gz
CMake-af0b15aff48f66d436e3006b7ee04a099b2c5bf3.tar.bz2
ENH: remove some stuff to improve coverage
Diffstat (limited to 'Source/kwsys/DynamicLoader.cxx')
-rw-r--r--Source/kwsys/DynamicLoader.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/Source/kwsys/DynamicLoader.cxx b/Source/kwsys/DynamicLoader.cxx
index 9d2c6ea..0ff6278 100644
--- a/Source/kwsys/DynamicLoader.cxx
+++ b/Source/kwsys/DynamicLoader.cxx
@@ -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