From 8682ea522f6c742e1ac1676e44ebc56207f72582 Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 27 Jul 2025 12:20:10 +0200 Subject: [PATCH] Remove unused namespace alias --- apps/mwiniimporter/importer.cpp | 2 -- apps/mwiniimporter/main.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/apps/mwiniimporter/importer.cpp b/apps/mwiniimporter/importer.cpp index a8dee709da..4b8e7acd61 100644 --- a/apps/mwiniimporter/importer.cpp +++ b/apps/mwiniimporter/importer.cpp @@ -9,8 +9,6 @@ #include #include -namespace sfs = std::filesystem; - namespace { // from configfileparser.cpp diff --git a/apps/mwiniimporter/main.cpp b/apps/mwiniimporter/main.cpp index 6e4242cb4e..c5f21ac67f 100644 --- a/apps/mwiniimporter/main.cpp +++ b/apps/mwiniimporter/main.cpp @@ -10,7 +10,6 @@ #include namespace bpo = boost::program_options; -namespace sfs = std::filesystem; #ifndef _WIN32 int main(int argc, char* argv[])