From 3c5ef655ea66bb3af45ade075f850f3f16e63107 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 1 Sep 2025 18:31:12 -0500 Subject: [PATCH] mfm.cpp --- src/mfm.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/mfm.cpp b/src/mfm.cpp index df8c6ed3..1a954d81 100644 --- a/src/mfm.cpp +++ b/src/mfm.cpp @@ -73,21 +73,6 @@ mfm::main(int argc_, ::_setup_argparser(app,opts); - auto a = std::filesystem::path("/a/b"); - auto b = std::filesystem::path("a/b"); - a = a.parent_path().parent_path(); - b = b.parent_path().parent_path(); - fmt::println("{}\n{}", - a == a.root_path(), - b == b.root_path()); - - - - - - - return 0; - try { app.parse(argc_,argv_);