From 5e774d72b0ac7777aada8271e2162d764d4f0db4 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 13 Jun 2007 00:31:01 -0400 Subject: Remove some more diskspace checking holdover stuff Signed-off-by: Dan McGee --- lib/libalpm/error.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/error.c') diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c index 67d8b1f2..29ee61ad 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -133,8 +133,6 @@ const char SYMEXPORT *alpm_strerror(int err) return _("internal error"); case PM_ERR_LIBARCHIVE_ERROR: return _("libarchive error"); - case PM_ERR_DISK_FULL: - return _("not enough space on disk"); case PM_ERR_PKG_HOLD: /* TODO wow this is not descriptive at all... what does this mean? */ return _("not confirmed"); -- cgit v1.2.3-24-g4f1b