this was removed from the Unix side.
[oota-llvm.git] / lib / System / Win32 / DynamicLibrary.inc
index 5b4d5a5244a7b5465c1ae85bf0bf3a8a36ccef53..3cc6a06bb6ce896f243f941b90a490cccca85ebc 100644 (file)
@@ -176,10 +176,5 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) {
   return 0;
 }
 
-void *DynamicLibrary::GetAddressOfSymbol(const char *symbolName) {
-  assert(handle != 0 && "Invalid DynamicLibrary handle");
-  return (void *) GetProcAddress((HMODULE)handle, symbolName);
-}
-
 }