Skip to content

Commit

Permalink
cleanup unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed Sep 12, 2024
1 parent c8390cd commit 0afa421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PinAssignment/PcfObserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ QList<PcfLineFrame> PcfObserver::parsePcfFile(const QString& filePath)

QFile file{filePath};
if (file.open(QFile::ReadOnly)) {
QList<QString> lines;

QTextStream in(&file);
int lineCount = 1;
while (!in.atEnd()) {
Expand Down

0 comments on commit 0afa421

Please sign in to comment.