Skip to content

Commit 7a503f3

Browse files
authored
Remove unused declaration
1 parent d714054 commit 7a503f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ int main()
2727
try
2828
{
2929
std::cout << "Do you want MTADiag to auto-fix your installation? By entering 'y' you allow us to make system changes." << std::endl;
30-
std::string answer;
3130
if (auto c = std::getchar(); c == 'y' || c == 'Y')
3231
{
3332
std::cout << "Alright! Starting now..." << std::endl;

0 commit comments

Comments
 (0)