8219142: Remove unused JIMAGE_ResourcePath

Reviewed-by: dholmes, alanb
This commit is contained in:
Mikael Vidstedt 2019-02-20 09:43:01 -08:00
parent 96e4678510
commit ea42bbcd24
5 changed files with 4 additions and 112 deletions

View file

@ -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 @@ public:
// 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;