mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8216067: Unused local vars in windows/native/libjava/io_util_md.c
Reviewed-by: rriggs
This commit is contained in:
parent
bf63ee682e
commit
a057c3828c
1 changed files with 0 additions and 2 deletions
|
@ -559,8 +559,6 @@ JNIEXPORT jlong JNICALL
|
||||||
handleLseek(FD fd, jlong offset, jint whence)
|
handleLseek(FD fd, jlong offset, jint whence)
|
||||||
{
|
{
|
||||||
LARGE_INTEGER pos, distance;
|
LARGE_INTEGER pos, distance;
|
||||||
DWORD lowPos = 0;
|
|
||||||
long highPos = 0;
|
|
||||||
DWORD op = FILE_CURRENT;
|
DWORD op = FILE_CURRENT;
|
||||||
HANDLE h = (HANDLE)fd;
|
HANDLE h = (HANDLE)fd;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue