Remove unused variable

This commit is contained in:
edisionnano
2024-07-13 17:44:41 +03:00
committed by GitHub
parent 63ff9b22fa
commit d79f846e38

View File

@@ -183,7 +183,6 @@ void MainWindow::updateUI()
QString modelName = localObj["model_name"].toString();
QJsonArray attributes = localObj["ata_smart_attributes"].toObject()["table"].toArray();
QJsonObject nvmeLog = localObj["nvme_smart_health_information_log"].toObject();
QString temperature = "-- °C";
bool healthPassed = localObj["smart_status"].toObject()["passed"].toBool();
bool caution = false;