mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Remove useless variable assignment
The variable never gets read afterwards.
This commit is contained in:
@@ -31,7 +31,6 @@ QList<QStringList> parseClipboard(const QString& clipboard)
|
||||
// insert everything that left
|
||||
text = clipboard.mid(whitespace_offset);
|
||||
result.last().push_back(text);
|
||||
offset = -1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user