From bd8783f4c2cf57e5791713026211f9e6bfc0f4cb Mon Sep 17 00:00:00 2001 From: Dominik Loidolt <dominik.loidolt@univie.ac.at> Date: Mon, 27 Mar 2023 19:10:53 +0200 Subject: [PATCH] Remove unused code --- include/cmp_io.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/cmp_io.h b/include/cmp_io.h index c9bc953..15c93f9 100644 --- a/include/cmp_io.h +++ b/include/cmp_io.h @@ -42,8 +42,6 @@ ssize_t read_file_data(const char *file_name, enum cmp_data_type data_type, void *buf, uint32_t buf_size, int flags); ssize_t read_file_cmp_entity(const char *file_name, struct cmp_entity *ent, uint32_t ent_size, int flags); -ssize_t read_file32(const char *file_name, uint32_t *buf, uint32_t buf_size, - int verbose_en); uint32_t cmp_tool_gen_version_id(const char *version); -- GitLab