Skip to content

Commit

Permalink
remove unused function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
AVMatthews committed Dec 4, 2024
1 parent 2734aa0 commit 9909190
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/core/src/clp_s/clp-s.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9909190

Please sign in to comment.