mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8219142: Remove unused JIMAGE_ResourcePath
Reviewed-by: dholmes, alanb
This commit is contained in:
parent
96e4678510
commit
ea42bbcd24
5 changed files with 4 additions and 112 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue