diff options
Diffstat (limited to 'Source/cmDynamicLoader.h')
-rw-r--r-- | Source/cmDynamicLoader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmDynamicLoader.h b/Source/cmDynamicLoader.h index 29b6669..0b683ef 100644 --- a/Source/cmDynamicLoader.h +++ b/Source/cmDynamicLoader.h @@ -37,14 +37,6 @@ public: static cmsys::DynamicLoader::LibraryHandle OpenLibrary(const char*); // Description: - // Return the library prefix for the given architecture - static const char* LibPrefix(); - - // Description: - // Return the library extension for the given architecture - static const char* LibExtension(); - - // Description: // Flush the cache of dynamic loader. static void FlushCache(); |