8234821: remove unused functions from libjli

Reviewed-by: clanger, alanb
This commit is contained in:
Matthias Baesken 2019-11-28 13:02:39 +01:00
parent 4f0cc5ab4a
commit 673c732a33
6 changed files with 12 additions and 41 deletions

View file

@ -704,13 +704,6 @@ void* SplashProcAddress(const char* name) {
}
}
void SplashFreeLibrary() {
if (hSplashLib) {
FreeLibrary(hSplashLib);
hSplashLib = NULL;
}
}
/*
* Signature adapter for _beginthreadex().
*/