changeset 23235 | d1b1878b2eaa |
parent 5506 | 202f599c92aa |
--- a/jdk/src/share/instrument/FileSystemSupport.h Wed Jul 05 19:32:12 2017 +0200 +++ b/jdk/src/share/instrument/FileSystemSupport.h Fri Mar 07 09:18:15 2014 +0100 @@ -65,9 +65,3 @@ * Resolve the child pathname string against the parent. */ char* resolve(const char* parent, const char* child); - -/** - * Convert a pathname to canonical form. - * -- compiled in from src/<platform>/native/java/io/canonicalize_md.c - */ -int canonicalize(char *original, char *resolved, int len);