xbps-{bin,repo}: remove dead code.
This commit is contained in:
@ -26,10 +26,6 @@
|
||||
#ifndef _XBPS_REPO_DEFS_H_
|
||||
#define _XBPS_REPO_DEFS_H_
|
||||
|
||||
#ifndef __UNCONST
|
||||
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
|
||||
#endif
|
||||
|
||||
#include <xbps_api.h>
|
||||
|
||||
struct repo_search_data {
|
||||
@ -57,5 +53,4 @@ int show_pkg_info_from_repolist(const char *, const char *);
|
||||
int show_pkg_deps_from_repolist(const char *);
|
||||
int show_pkg_namedesc(prop_object_t, void *, bool *);
|
||||
|
||||
|
||||
#endif /* !_XBPS_REPO_DEFS_H_ */
|
||||
|
Reference in New Issue
Block a user