Skip to content

Commit

Permalink
Router: remove MIN_VERSION_HONOR_CAPS from BuildHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 3, 2023
1 parent fdb6701 commit 8ae5427
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class BuildHandler implements Runnable {
private volatile boolean _isRunning;
private final Object _startupLock = new Object();
private ExplState _explState = ExplState.NONE;
private final String MIN_VERSION_HONOR_CAPS = "0.9.58";

private enum ExplState { NONE, IB, OB, BOTH }

Expand Down

0 comments on commit 8ae5427

Please sign in to comment.