mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Remove retval from jabswitch.cpp
This commit is contained in:
parent
47b168a33d
commit
4fcca89b68
@ -323,7 +323,6 @@ void printVersion() {
|
||||
|
||||
int regEnable() {
|
||||
HKEY hKey;
|
||||
// DWORD retval = -1;
|
||||
LSTATUS err;
|
||||
err = RegOpenKeyEx(HKEY_CURRENT_USER, ACCESSIBILITY_USER_KEY, NULL, KEY_READ|KEY_WRITE, &hKey);
|
||||
if (err == ERROR_SUCCESS) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user