summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/server.h')
-rw-r--r--lib/libalpm/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/server.h b/lib/libalpm/server.h
index 60c9163c..8c357ab2 100644
--- a/lib/libalpm/server.h
+++ b/lib/libalpm/server.h
@@ -28,7 +28,6 @@
#include <download.h>
#define FREESERVER(p) do { if(p){_alpm_server_free(p); p = NULL;}} while(0)
-#define FREELISTSERVERS(p) _FREELIST(p, _alpm_server_free)
/* Servers */
struct __pmserver_t {