diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-06-06 15:26:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-06-06 15:26:06 (GMT) |
commit | af0b15aff48f66d436e3006b7ee04a099b2c5bf3 (patch) | |
tree | 4a71fc0dbf9bc217d9b1647ee309224d9cf15360 /Source/kwsys/DynamicLoader.hxx.in | |
parent | a175613a561d50dc1b2d39d052e11563cd6d8d57 (diff) | |
download | CMake-af0b15aff48f66d436e3006b7ee04a099b2c5bf3.zip CMake-af0b15aff48f66d436e3006b7ee04a099b2c5bf3.tar.gz CMake-af0b15aff48f66d436e3006b7ee04a099b2c5bf3.tar.bz2 |
ENH: remove some stuff to improve coverage
Diffstat (limited to 'Source/kwsys/DynamicLoader.hxx.in')
-rw-r--r-- | Source/kwsys/DynamicLoader.hxx.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/kwsys/DynamicLoader.hxx.in b/Source/kwsys/DynamicLoader.hxx.in index a346992..3a03515 100644 --- a/Source/kwsys/DynamicLoader.hxx.in +++ b/Source/kwsys/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. */ |