diff options
author | Werner Koch <wk@gnupg.org> | 2013-01-30 18:51:56 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-01-30 18:51:56 +0100 |
commit | 50a7badbdacac8ba472b35090c1aab4568434d04 (patch) | |
tree | a844528eb2ec3e3f31ff5eb874cf3c357d2b4a0b /common/status.h | |
parent | gpg: Add status line PINENTRY_LAUNCHED. (diff) | |
download | gnupg2-50a7badbdacac8ba472b35090c1aab4568434d04.tar.xz gnupg2-50a7badbdacac8ba472b35090c1aab4568434d04.zip |
Remove unused status codes
* common/status.h (STATUS_BEGIN_STREAM, STATUS_END_STREAM)
(STATUS_SIEXPIRED): Remove unused codes.
Diffstat (limited to 'common/status.h')
-rw-r--r-- | common/status.h | 3 |
1 files changed, 0 insertions, 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, |