diff options
Diffstat (limited to 'Source/kwsys/DynamicLoader.cxx')
-rw-r--r-- | Source/kwsys/DynamicLoader.cxx | 15 |
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 |