From 99091900906956eba0804496c4df3d2d4369c8d4 Mon Sep 17 00:00:00 2001 From: Abigail Matthews Date: Wed, 4 Dec 2024 13:54:05 -0500 Subject: [PATCH] remove unused function prototype --- components/core/src/clp_s/clp-s.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/core/src/clp_s/clp-s.cpp b/components/core/src/clp_s/clp-s.cpp index 87bdb797c..dd6d8f265 100644 --- a/components/core/src/clp_s/clp-s.cpp +++ b/components/core/src/clp_s/clp-s.cpp @@ -50,13 +50,6 @@ namespace { */ bool compress(CommandLineArguments const& command_line_arguments); -/** - * Compresses the input IR files specified by the command line arguments into an archive. - * @param command_line_arguments - * @return Whether compression was successful - */ -auto ir_compress(CommandLineArguments const& command_line_arguments) -> bool; - /** * Decompresses the archive specified by the given JsonConstructorOption. * @param json_constructor_option