Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Willers
KWSys
Commits
64861a04
Commit
64861a04
authored
17 years ago
by
Bill Hoffman
Browse files
Options
Downloads
Patches
Plain Diff
ENH: remove some stuff to improve coverage
parent
ea22f286
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DynamicLoader.cxx
+0
-15
0 additions, 15 deletions
DynamicLoader.cxx
DynamicLoader.hxx.in
+0
-3
0 additions, 3 deletions
DynamicLoader.hxx.in
with
0 additions
and
18 deletions
DynamicLoader.cxx
+
0
−
15
View file @
64861a04
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
DynamicLoader.hxx.in
+
0
−
3
View file @
64861a04
...
...
@@ -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. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment