diff src/share/vm/compiler/compilerOracle.cpp @ 9088:89e4d67fdd2a

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 12 Apr 2013 14:05:42 +0200
parents 989155e2d07a cc32ccaaf47f
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/compiler/compilerOracle.cpp	Fri Apr 12 11:24:56 2013 +0200
+++ b/src/share/vm/compiler/compilerOracle.cpp	Fri Apr 12 14:05:42 2013 +0200
@@ -237,13 +237,6 @@
   "help"
 };
 
-static const char * command_name(OracleCommand command) {
-  if (command < OracleFirstCommand || command >= OracleCommandCount) {
-    return "unknown command";
-  }
-  return command_names[command];
-}
-
 class MethodMatcher;
 static MethodMatcher* lists[OracleCommandCount] = { 0, };