diff options
author | Burt P <pburt0@gmail.com> | 2019-11-01 22:06:25 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-11-13 14:11:23 -0800 |
commit | b4bed03ad0f2f945cb438320fa68827a2c032119 (patch) | |
tree | 389ffd7f3bfc4f71b3801cc79feff89849dafa88 | |
parent | 0830d5ca73ee0e198a4efdc18336fd8afb508f02 (diff) |
util_ids: remove duplicate declaration
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r-- | deps/sysobj_early/include/util_ids.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/sysobj_early/include/util_ids.h b/deps/sysobj_early/include/util_ids.h index e9d495ea..c5dccfe7 100644 --- a/deps/sysobj_early/include/util_ids.h +++ b/deps/sysobj_early/include/util_ids.h @@ -56,8 +56,6 @@ typedef struct { ids_query_result result; } ids_query; -void ids_query_result_cpy(ids_query_result *dest, ids_query_result *src); - ids_query *ids_query_new(const gchar *qpath); void ids_query_free(ids_query *s); typedef GSList* ids_query_list; |