8216067: Unused local vars in windows/native/libjava/io_util_md.c
Reviewed-by: rriggs
This commit is contained in:
parent
bf63ee682e
commit
a057c3828c
@ -559,8 +559,6 @@ JNIEXPORT jlong JNICALL
|
||||
handleLseek(FD fd, jlong offset, jint whence)
|
||||
{
|
||||
LARGE_INTEGER pos, distance;
|
||||
DWORD lowPos = 0;
|
||||
long highPos = 0;
|
||||
DWORD op = FILE_CURRENT;
|
||||
HANDLE h = (HANDLE)fd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user