diff --git a/DynamicLoader.cxx b/DynamicLoader.cxx
index 169a57b0d90f1e4a962c0fbb1f4e085cb8246a8c..1fdc985c8ec1b20cdf3eff073e1f79946096c47d 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 419aba8f54acf88fadc0c7fe086810e5fa5fa7e2..5910c528f24105576c27c7455d776f6bda6c6a3c 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. */