diff options
| author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-24 17:22:10 +0100 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-24 17:22:10 +0100 | 
| commit | 67f703a794272d9a241fcaa96b09fdec7b8fc7e7 (patch) | |
| tree | f59d9a919283984c9a5900a44eda99dcf00b8c96 /include/util | |
| parent | 0709d31d5ef3ec19331abcd97545add26b7b0e13 (diff) | |
Cleanup: remove unused str_table functions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/util')
| -rw-r--r-- | include/util/str_table.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/util/str_table.h b/include/util/str_table.h index 60be1d1..61f8aa5 100644 --- a/include/util/str_table.h +++ b/include/util/str_table.h @@ -42,8 +42,6 @@ int str_table_get_index(str_table_t *table, const char *str, size_t *idx);  SQFS_INTERNAL  const char *str_table_get_string(str_table_t *table, size_t index); -SQFS_INTERNAL void str_table_reset_ref_count(str_table_t *table); -  SQFS_INTERNAL void str_table_add_ref(str_table_t *table, size_t index);  SQFS_INTERNAL void str_table_del_ref(str_table_t *table, size_t index); | 
