We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d714054 commit 7a503f3Copy full SHA for 7a503f3
src/main.cpp
@@ -27,7 +27,6 @@ int main()
27
try
28
{
29
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;
31
if (auto c = std::getchar(); c == 'y' || c == 'Y')
32
33
std::cout << "Alright! Starting now..." << std::endl;
0 commit comments