# HG changeset patch # User Roland Schatz # Date 1412072113 -7200 # Node ID 5b7b1cb838e97e6e7c373df81b0661b4846ff8fd # Parent 83ebc10fb5e9ff3814129cb1b54cff53c9aba9d0 Remove unused method. diff -r 83ebc10fb5e9 -r 5b7b1cb838e9 graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/type/Stamp.java --- a/graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/type/Stamp.java Tue Sep 30 12:00:27 2014 +0200 +++ b/graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/type/Stamp.java Tue Sep 30 12:15:13 2014 +0200 @@ -115,8 +115,4 @@ public Constant asConstant() { return null; } - - public final Stamp asStamp() { - return this; - } }