ENH: remove some stuff to improve coverage
This commit is contained in:
parent
a175613a56
commit
af0b15aff4
@ -31,21 +31,6 @@
|
|||||||
// (default) Each part of the ifdef contains a complete implementation for
|
// (default) Each part of the ifdef contains a complete implementation for
|
||||||
// the static methods of DynamicLoader.
|
// the static methods of DynamicLoader.
|
||||||
|
|
||||||
namespace KWSYS_NAMESPACE
|
|
||||||
{
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
DynamicLoader::DynamicLoader()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
DynamicLoader::~DynamicLoader()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// ---------------------------------------------------------------
|
// ---------------------------------------------------------------
|
||||||
// 1. Implementation for HPUX machines
|
// 1. Implementation for HPUX machines
|
||||||
#ifdef __hpux
|
#ifdef __hpux
|
||||||
|
@ -76,9 +76,6 @@ public:
|
|||||||
// Return type from DynamicLoader::GetSymbolAddress.
|
// Return type from DynamicLoader::GetSymbolAddress.
|
||||||
typedef void (*SymbolPointer)();
|
typedef void (*SymbolPointer)();
|
||||||
|
|
||||||
DynamicLoader();
|
|
||||||
~DynamicLoader();
|
|
||||||
|
|
||||||
/** Load a dynamic library into the current process.
|
/** Load a dynamic library into the current process.
|
||||||
* The returned LibraryHandle can be used to access the symbols in the
|
* The returned LibraryHandle can be used to access the symbols in the
|
||||||
* library. */
|
* library. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user