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

@@ -60,10 +60,6 @@
#endif
#ifndef __UNCONST
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
#endif
#define _XBPS_RINDEX "xbps-rindex"
/* From index-add.c */