# HG changeset patch # User Roland Schatz # Date 1436965301 -7200 # Node ID 6c8b4f164b4ed06f283386beb32758608fd3f7d8 # Parent 4a500b3783fb3d1efd55bce7a5866277ce30c30e Remove unused option. diff -r 4a500b3783fb -r 6c8b4f164b4e graal/com.oracle.graal.lir/src/com/oracle/graal/lir/alloc/lsra/LocationMarker.java --- a/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/alloc/lsra/LocationMarker.java Wed Jul 15 10:16:28 2015 -0700 +++ b/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/alloc/lsra/LocationMarker.java Wed Jul 15 15:01:41 2015 +0200 @@ -30,7 +30,6 @@ import jdk.internal.jvmci.code.*; import jdk.internal.jvmci.debug.*; import jdk.internal.jvmci.meta.*; -import jdk.internal.jvmci.options.*; import com.oracle.graal.compiler.common.alloc.*; import com.oracle.graal.compiler.common.cfg.*; @@ -48,13 +47,6 @@ */ public final class LocationMarker extends AllocationPhase { - public static class Options { - // @formatter:off - @Option(help = "Use decoupled pass for location marking (instead of using LSRA marking)", type = OptionType.Debug) - public static final OptionValue UseLocationMarker = new OptionValue<>(true); - // @formatter:on - } - @Override protected > void run(TargetDescription target, LIRGenerationResult lirGenRes, List codeEmittingOrder, List linearScanOrder, SpillMoveFactory spillMoveFactory, RegisterAllocationConfig registerAllocationConfig) {