From eae9f7e2e1470ed2d5bc029180aa2adc88fbc4a7 Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Wed, 17 Mar 2021 21:57:12 -0400 Subject: Code cleanup based on 'infer' suggestions; mostly just dead stores. One forgotten change --- gptcurses.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gptcurses.cc') diff --git a/gptcurses.cc b/gptcurses.cc index 71aa734..1fbaad2 100644 --- a/gptcurses.cc +++ b/gptcurses.cc @@ -437,7 +437,6 @@ void GPTDataCurses::MakeNewPart(void) { move(LINES - 4, 0); clrtobot(); while ((newFirstLBA < currentSpace->firstLBA) || (newFirstLBA > currentSpace->lastLBA)) { - newFirstLBA = currentSpace->firstLBA; move(LINES - 4, 0); clrtoeol(); newFirstLBA = currentSpace->firstLBA; -- cgit v1.2.1