Skip to content
Snippets Groups Projects
Commit bd8783f4 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Remove unused code

parent 4d914bb5
No related branches found
No related tags found
1 merge request!17Fix a bug when writing a binary file in windows
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment