summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-23 08:29:35 +0100
committerDan McGee <dan@archlinux.org>2011-03-23 08:29:35 +0100
commit8584c25903d72de7489733bbbf0c3dd21bbc81ac (patch)
tree828b16c9287337b15ca8483be7ee730114f7ca68 /lib
parent09085331277304e417649e8338795ca36a0d1f91 (diff)
downloadpacman-8584c25903d72de7489733bbbf0c3dd21bbc81ac.tar.gz
pacman-8584c25903d72de7489733bbbf0c3dd21bbc81ac.tar.xz
Remove libfetch error code
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/alpm.h1
1 files changed, 0 insertions, 1 deletions
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
};