mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8234821: remove unused functions from libjli
Reviewed-by: clanger, alanb
This commit is contained in:
parent
4f0cc5ab4a
commit
673c732a33
6 changed files with 12 additions and 41 deletions
|
@ -704,13 +704,6 @@ void* SplashProcAddress(const char* name) {
|
|||
}
|
||||
}
|
||||
|
||||
void SplashFreeLibrary() {
|
||||
if (hSplashLib) {
|
||||
FreeLibrary(hSplashLib);
|
||||
hSplashLib = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Signature adapter for _beginthreadex().
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue