# HG changeset patch # User Gilles Duboscq # Date 1400256501 -7200 # Node ID 50306276af419ef50823383802c39fa5275bd4e0 # Parent c583759bbcfd2b50e466d4ee2c3275985bc5b817 Remove unused import diff -r c583759bbcfd -r 50306276af41 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/StubUtil.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/StubUtil.java Fri Apr 18 13:50:15 2014 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/StubUtil.java Fri May 16 18:08:21 2014 +0200 @@ -22,7 +22,6 @@ */ package com.oracle.graal.hotspot.stubs; -import static com.oracle.graal.api.meta.DeoptimizationAction.*; import static com.oracle.graal.api.meta.DeoptimizationReason.*; import static com.oracle.graal.hotspot.HotSpotGraalRuntime.*; import static com.oracle.graal.hotspot.nodes.CStringNode.*;