From 0afa421361b1b5612a2cd67257b19fe7b67adcae Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Thu, 12 Sep 2024 17:24:09 +0300 Subject: [PATCH] cleanup unused var --- src/PinAssignment/PcfObserver.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PinAssignment/PcfObserver.cpp b/src/PinAssignment/PcfObserver.cpp index b237d297c..6058149e3 100644 --- a/src/PinAssignment/PcfObserver.cpp +++ b/src/PinAssignment/PcfObserver.cpp @@ -78,8 +78,6 @@ QList PcfObserver::parsePcfFile(const QString& filePath) QFile file{filePath}; if (file.open(QFile::ReadOnly)) { - QList lines; - QTextStream in(&file); int lineCount = 1; while (!in.atEnd()) {