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

Remove unused method lookup_time_t_function

XMLWordPrintable

    • b26
    • arm
    • linux

      With JDK-8343785 all usages of the method lookup_time_t_function in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c have been removed. On arm builds we now get this warning:

      /workspace/src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c:258:14: warning: ‘lookup_time_t_function’ defined but not used [-Wunused-function]

        258 | static void* lookup_time_t_function(const char* symbol, const char* symbol64) {

            | ^~~~~~~~~~~~~~~~~~~~~~


            marchof Marc Hoffmann
            marchof Marc Hoffmann
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: