Skip to content

Commit

Permalink
Fix clazy/clang-tidy
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
dantti committed Jan 1, 2025
1 parent 8690284 commit f930185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/auto/namelengthtest/namelengthtest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ int main(int argc, char **argv)

QCoreApplication app(argc, argv);

const QString appName = QLatin1String("namelengthtest-") + app.arguments().value(1);

KDSingleApplication kdsa(QStringLiteral("a").repeated(9000));

if (kdsa.isPrimaryInstance()) {
Expand Down

0 comments on commit f930185

Please sign in to comment.