changeset 20163:c77b80772500

removed commented out code
author Doug Simon <doug.simon@oracle.com>
date Sat, 04 Apr 2015 19:47:24 +0200
parents ba0f264a71cf
children c36ab3cd360c
files graal/com.oracle.graal.java/src/com/oracle/graal/java/GraphBuilderPhase.java
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.java/src/com/oracle/graal/java/GraphBuilderPhase.java	Sat Apr 04 19:47:04 2015 +0200
+++ b/graal/com.oracle.graal.java/src/com/oracle/graal/java/GraphBuilderPhase.java	Sat Apr 04 19:47:24 2015 +0200
@@ -95,13 +95,6 @@
 
         private ResolvedJavaMethod rootMethod;
 
-        /**
-         * If not null, then this indicates {@link #rootMethod} is a replacement or a snippet.
-         * Furthermore, if it is non-null and not equal to {@link #rootMethod} then this is the
-         * original method for which a snippet exists (e.g., System.arraycopy()).
-         */
-        // private final ResolvedJavaMethod rootMethodIsReplacement;
-
         private final ReplacementContext initialReplacementContext;
 
         private final GraphBuilderConfiguration graphBuilderConfig;