diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2011-05-13 20:58:34 +0200 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2011-05-13 20:58:34 +0200 |
commit | 201bae76d11706e9fe9c09491ed216c225a02e9d (patch) | |
tree | c14c2b7fb9de8b285080601b1eebc5e8154d3c2d | |
parent | Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 (diff) | |
download | kea-201bae76d11706e9fe9c09491ed216c225a02e9d.tar.xz kea-201bae76d11706e9fe9c09491ed216c225a02e9d.zip |
[master] a minor cleanup: removed unnecessary forward declaration.
trivial, directly pushing.
-rw-r--r-- | src/lib/dns/tsigerror.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/dns/tsigerror.h b/src/lib/dns/tsigerror.h index 0dc908c130..8efd3ae7d1 100644 --- a/src/lib/dns/tsigerror.h +++ b/src/lib/dns/tsigerror.h @@ -22,9 +22,6 @@ namespace isc { namespace dns { - -class RRClass; - /// TSIG errors /// /// The \c TSIGError class objects represent standard errors related to |