Remove extra MinGW only varaible in t-dll.cc.

(cherry picked from commit 1f375ef16a)
This commit is contained in:
Cary R 2009-12-10 14:14:04 -08:00 committed by Stephen Williams
parent daff9ed30d
commit 8759eaf720
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ inline ivl_dll_t ivl_dlopen(const char *name)
inline void * ivl_dlsym(ivl_dll_t dll, const char *nm)
{
FARPROC sym;
return (void*)GetProcAddress((HMODULE)dll, nm);
}