xbps-{bin,repo}: remove dead code.

This commit is contained in:
Juan RP
2012-04-12 13:05:13 +02:00
parent 83bda174ab
commit 93c5536e36
3 changed files with 1 additions and 21 deletions

View File

@ -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_ */