1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-01 09:51:50 -05:00

Remove libfetch error code

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-03-23 02:29:35 -05:00
parent 0908533127
commit 8584c25903

View File

@ -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
};