From: Daniel KouĊ™il Date: Tue, 24 Jun 2008 14:05:33 +0000 (+0000) Subject: removed unused error code X-Git-Tag: merge_313_5_dst~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=dc8973a51f736bb1d288ccd5547135e74ee744db;p=jra1mw.git removed unused error code --- 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_* */