Remove unused namespace alias

This commit is contained in:
elsid 2025-07-27 12:20:10 +02:00
parent ec0c76d2f3
commit 8682ea522f
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
2 changed files with 0 additions and 3 deletions

View File

@ -9,8 +9,6 @@
#include <fstream>
#include <iostream>
namespace sfs = std::filesystem;
namespace
{
// from configfileparser.cpp

View File

@ -10,7 +10,6 @@
#include <components/files/conversion.hpp>
namespace bpo = boost::program_options;
namespace sfs = std::filesystem;
#ifndef _WIN32
int main(int argc, char* argv[])