aboutsummaryrefslogtreecommitdiffstats
path: root/common/maperror.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/maperror.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/maperror.c b/common/maperror.c
index b04ec0bb3..2f6f1b159 100644
--- a/common/maperror.c
+++ b/common/maperror.c
@@ -72,9 +72,7 @@ map_assuan_err (int err)
case ASSUAN_Not_Confirmed: ec = GPG_ERR_NOT_CONFIRMED; break;
case ASSUAN_Invalid_Id: ec = GPG_ERR_INV_ID; break;
-#if 0 /* FIXME: Enable this after releasing libgpg error 0.7 */
case ASSUAN_Locale_Problem: ec = GPG_ERR_LOCALE_PROBLEM; break;
-#endif
default:
ec = err < 100? GPG_ERR_ASSUAN_SERVER_FAULT : GPG_ERR_ASSUAN;