tree-wide: remove unnecessary __UNCONST usage.

This commit is contained in:
Érico Rolim
2020-12-05 20:15:48 -03:00
committed by Duncan Overbruck
parent 1e39f21f51
commit 47df729bcc
5 changed files with 4 additions and 12 deletions

View File

@ -30,10 +30,6 @@
#include "../xbps-install/defs.h"
#ifndef __UNCONST
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
#endif
/* from show-deps.c */
int show_pkg_deps(struct xbps_handle *, const char *, bool, bool);
int show_pkg_revdeps(struct xbps_handle *, const char *, bool);