From 50a7badbdacac8ba472b35090c1aab4568434d04 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 30 Jan 2013 18:51:56 +0100 Subject: [PATCH] Remove unused status codes * common/status.h (STATUS_BEGIN_STREAM, STATUS_END_STREAM) (STATUS_SIEXPIRED): Remove unused codes. --- common/status.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/status.h b/common/status.h index c0e9d1a2e..9219bf4d9 100644 --- a/common/status.h +++ b/common/status.h @@ -84,8 +84,6 @@ enum STATUS_NOTATION_NAME, STATUS_NOTATION_DATA, STATUS_POLICY_URL, - STATUS_BEGIN_STREAM, - STATUS_END_STREAM, STATUS_KEY_CREATED, STATUS_USERID_HINT, STATUS_UNEXPECTED, @@ -97,7 +95,6 @@ enum STATUS_ALREADY_SIGNED, STATUS_KEYEXPIRED, STATUS_KEYREVOKED, - STATUS_SIGEXPIRED, STATUS_EXPSIG, STATUS_EXPKEYSIG,