Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Nov 14, 2023
1 parent 767c158 commit 0614395
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/lasarobotics/hardware/Compressor.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ public static class CompressorInputs {
double analogPressure = 0.0;
}

private static final String VALUE_LOG_ENTRY = "/OutputValue";

private edu.wpi.first.wpilibj.Compressor m_compressor;

private ID m_id;
private CompressorInputsAutoLogged m_inputs;

Expand Down

0 comments on commit 0614395

Please sign in to comment.