hotspot/src/share/vm/adlc/main.cpp
changeset 22240 ec02eda6b9b6
parent 19696 bd5a0131bde1
child 22872 b6902ee5bc8d
--- a/hotspot/src/share/vm/adlc/main.cpp	Tue Jan 07 16:02:10 2014 +0100
+++ b/hotspot/src/share/vm/adlc/main.cpp	Tue Jan 07 14:26:12 2014 -0800
@@ -29,7 +29,6 @@
 static void  usage(ArchDesc& AD);          // Print usage message and exit
 static char *strip_ext(char *fname);       // Strip off name extension
 static char *base_plus_suffix(const char* base, const char *suffix);// New concatenated string
-static char *prefix_plus_base_plus_suffix(const char* prefix, const char* base, const char *suffix);// New concatenated string
 static int get_legal_text(FileBuff &fbuf, char **legal_text); // Get pointer to legal text
 
 ArchDesc* globalAD = NULL;      // global reference to Architecture Description object