src/java.base/share/native/libjimage/imageFile.hpp
changeset 53851 cc4f5bf6b26b
parent 48565 871b8bb201ea
--- a/src/java.base/share/native/libjimage/imageFile.hpp	Wed Feb 20 16:29:29 2019 +0100
+++ b/src/java.base/share/native/libjimage/imageFile.hpp	Wed Feb 20 09:43:01 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -564,9 +564,6 @@
     // ImageFileReader::NOT_FOUND otherwise.
     u4 find_location_index(const char* path, u8 *size) const;
 
-    // Assemble the location path.
-    void location_path(ImageLocation& location, char* path, size_t max) const;
-
     // Verify that a found location matches the supplied path.
     bool verify_location(ImageLocation& location, const char* path) const;