diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/ypclnt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c index 5ad78eda00..85292b62d9 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -829,11 +829,6 @@ yperr_string (const int error) static const int8_t yp_2_yperr[] = { #define YP2YPERR(yp, yperr) [YP_##yp - YP_VERS] = YPERR_##yperr - YP2YPERR (TRUE, SUCCESS), - YP2YPERR (NOMORE, NOMORE), - YP2YPERR (FALSE, YPERR), - YP2YPERR (NOMAP, MAP), - YP2YPERR (NODOM, DOMAIN), YP2YPERR (NOKEY, KEY), YP2YPERR (BADOP, YPERR), YP2YPERR (BADDB, BADDB), |