From dc8973a51f736bb1d288ccd5547135e74ee744db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Tue, 24 Jun 2008 14:05:33 +0000 Subject: [PATCH] removed unused error code --- org.glite.lb.logger/src/il_error.c | 5 ----- org.glite.lb.logger/src/il_error.h | 1 - 2 files changed, 6 deletions(-) diff --git a/org.glite.lb.logger/src/il_error.c b/org.glite.lb.logger/src/il_error.c index 3054d68..630bd75 100644 --- a/org.glite.lb.logger/src/il_error.c +++ b/org.glite.lb.logger/src/il_error.c @@ -109,11 +109,6 @@ set_error(int code, long minor, char *msg) snprintf(err->msg, IL_ERR_MSG_LEN, "%s: %s", msg, hstrerror(err->code_min)); break; - /* XXX DK: je tahle hodnota k necemu potreba? */ - case IL_AUTH: - snprintf(err->msg, IL_ERR_MSG_LEN, "%s: %s", msg, ERR_error_string(err->code_min, NULL)); - break; - case IL_DGGSS: switch(err->code_min) { diff --git a/org.glite.lb.logger/src/il_error.h b/org.glite.lb.logger/src/il_error.h index 120e7ed..09c593e 100644 --- a/org.glite.lb.logger/src/il_error.h +++ b/org.glite.lb.logger/src/il_error.h @@ -9,7 +9,6 @@ enum err_code_maj { /* minor = */ IL_OK, /* 0 */ IL_SYS, /* errno */ IL_NOMEM, /* ENOMEM */ - IL_AUTH, /* 0 (SSL error) */ IL_PROTO, /* LB_* */ IL_LBAPI, /* dgLBErrCode */ IL_DGGSS, /* EDG_WLL_GSS_* */ -- 1.8.2.3