Skip to content

Commit eed8409

Browse files
SemphrissSemphris
andauthored
CI: Fix linting by removing unused variable
Co-authored-by: Semphris <semphris@protonmail.com>
1 parent 60572ba commit eed8409

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/supertux/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ Main::launch_game(const CommandLineArguments& args)
636636
// we have a normal path specified at commandline, not a physfs path.
637637
// So we simply mount that path here...
638638
std::string dir = FileSystem::dirname(start_level);
639-
const std::string filename = FileSystem::basename(start_level);
640639
const std::string fileProtocol = "file://";
641640
const std::string::size_type position = dir.find(fileProtocol);
642641
if (position != std::string::npos) {

0 commit comments

Comments
 (0)