index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 44722c1c..fb438404 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -536,7 +536,6 @@ enum _pmerrno_t { PM_ERR_INVALID_REGEX, /* External library errors */ PM_ERR_LIBARCHIVE, - PM_ERR_LIBFETCH, PM_ERR_LIBCURL, PM_ERR_EXTERNAL_DOWNLOAD }; |