From 64861a048874bdf110c0e8c0b514040c58eec874 Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Wed, 6 Jun 2007 11:26:06 -0400
Subject: [PATCH] ENH: remove some stuff to improve coverage

---
 DynamicLoader.cxx    | 15 ---------------
 DynamicLoader.hxx.in |  3 ---
 2 files changed, 18 deletions(-)

diff --git a/DynamicLoader.cxx b/DynamicLoader.cxx
index 169a57b0..1fdc985c 100644
--- a/DynamicLoader.cxx
+++ b/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
diff --git a/DynamicLoader.hxx.in b/DynamicLoader.hxx.in
index 419aba8f..5910c528 100644
--- a/DynamicLoader.hxx.in
+++ b/DynamicLoader.hxx.in
@@ -76,9 +76,6 @@ public:
   // 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. */
-- 
GitLab