Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4983802

Cleanups in src/windows/native/java/io/io_util_md.c

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 6
    • core-libs
    • b53
    • generic
    • windows_98

      This code is a no-op because O_RDONLY is 0:
          if (flags & O_RDONLY) {
      access = GENERIC_READ;
          }

      The variable `pathlen' is unused.

      The code could benefit from a little bit of cleanup for maintainability.
      ###@###.### 2004-01-26

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: