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 0b80506f..d0475372 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -534,7 +534,6 @@ enum _pmerrno_t { PM_ERR_INVALID_REGEX, /* External library errors */ PM_ERR_LIBARCHIVE, - PM_ERR_LIBFETCH, PM_ERR_LIBCURL, PM_ERR_EXTERNAL_DOWNLOAD }; |