Skip to content

Commit

Permalink
remove useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cat24a committed Oct 25, 2024
1 parent bdd94bc commit 963e532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/nanoquiz/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ static void doQuizThing() throws InterruptedException {
Question question = chooseQuestion();
while(true) {
boolean good;
String correctAnswer;
synchronized(answerNotifier) {
answer = null;
}
Expand Down

0 comments on commit 963e532

Please sign in to comment.