index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/server.h | 1 |
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 { |