From 4fa6821e0645ff61a9380cd090abff472205c630 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 17:16:22 +0100 Subject: add clang-tidy support --- nihil.cli/command_path.ccm | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 nihil.cli/command_path.ccm (limited to 'nihil.cli/command_path.ccm') diff --git a/nihil.cli/command_path.ccm b/nihil.cli/command_path.ccm deleted file mode 100644 index a5bd5e3..0000000 --- a/nihil.cli/command_path.ccm +++ /dev/null @@ -1,16 +0,0 @@ -/* - * This source code is released into the public domain. - */ - -module; - -/* - * command_path represents a command split into its component parts. - */ - -export module nihil.cli:command_path; - -namespace nihil { - - -} // namespace nihil -- cgit v1.2.3