From 35c9e1d0c662d702ad0adf3f8b158bf397d40cde Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 24 Feb 2026 21:08:00 +0400 Subject: [PATCH] Remove useless files --- cli/logos.cpp | 3 --- cli/logos.h | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 cli/logos.cpp delete mode 100644 cli/logos.h diff --git a/cli/logos.cpp b/cli/logos.cpp deleted file mode 100644 index b643a9c..0000000 --- a/cli/logos.cpp +++ /dev/null @@ -1,3 +0,0 @@ -// This file is intentionally empty. -// The Logos lifecycle manager implementation has been moved to logos_manager.cpp -// to avoid conflict with the logos.h header generated by logos-liblogos. diff --git a/cli/logos.h b/cli/logos.h deleted file mode 100644 index 1d2f80b..0000000 --- a/cli/logos.h +++ /dev/null @@ -1,3 +0,0 @@ -// This file is intentionally empty. -// The Logos lifecycle manager has been moved to logos_manager.h -// to avoid conflict with the logos.h header generated by logos-liblogos.