diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 12:00:00 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 17:04:32 +0200 |
commit | 25261df09d801d070df4c31e11e1702614546090 (patch) | |
tree | f5274142890575c7802c60bd02001428a1143121 /lib/include/radsec/radsec.h | |
parent | 0a3ac2ab74778832966237b6a3e488cb8d627ec4 (diff) |
Remove an unused error code and unusued RSE_MAX.
Also, remove unused file attr.c.
Diffstat (limited to 'lib/include/radsec/radsec.h')
-rw-r--r-- | lib/include/radsec/radsec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/include/radsec/radsec.h b/lib/include/radsec/radsec.h index 2d20b6e..00c8d7b 100644 --- a/lib/include/radsec/radsec.h +++ b/lib/include/radsec/radsec.h @@ -29,7 +29,6 @@ enum rs_error_code { RSE_INVALID_CTX = 3, RSE_INVALID_CONN = 4, RSE_CONN_TYPE_MISMATCH = 5, - RSE_FR = 6, RSE_BADADDR = 7, RSE_NOPEER = 8, RSE_EVENT = 9, /* libevent error. */ @@ -68,7 +67,6 @@ enum rs_error_code { RSE_VENDOR_UNKNOWN = 42, RSE_CRED = 43, RSE_CERT = 44, - RSE_MAX = RSE_CERT }; enum rs_conn_type { |