Skip to content

Commit

Permalink
Update keyext.ui.testgen/src/main/java/de/uka/ilkd/key/gui/testgen/TG…
Browse files Browse the repository at this point in the history
…InfoDialog.java

Incorporate reviewer suggestion (removal of unused variable declaration)

Co-authored-by: Daniel Drodt <[email protected]>
  • Loading branch information
unp1 and Drodt committed Nov 10, 2023
1 parent b64b5eb commit c51a09e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import de.uka.ilkd.key.core.KeYMediator;
import de.uka.ilkd.key.gui.MainWindow;
import de.uka.ilkd.key.gui.actions.KeyAction;
import de.uka.ilkd.key.proof.Proof;
import de.uka.ilkd.key.smt.testgen.TestGenerationLog;
import de.uka.ilkd.key.util.ThreadUtilities;

Expand Down Expand Up @@ -62,8 +61,6 @@ public void actionPerformed(ActionEvent e) {

@Override
public void actionPerformed(ActionEvent e) {
final KeYMediator mediator = MainWindow.getInstance().getMediator();
final Proof proof = mediator.getSelectedProof();
worker = new TGWorker(TGInfoDialog.this);
worker.start();
}
Expand Down

0 comments on commit c51a09e

Please sign in to comment.