From 561b90bee8e741369eb5b6b85c51a7a4d9add501 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 1 Mar 2024 20:37:15 +0200 Subject: [#3208] remove unused code in libdns --- src/lib/dns/name.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'src/lib/dns/name.h') diff --git a/src/lib/dns/name.h b/src/lib/dns/name.h index 0720684097..226fa79995 100644 --- a/src/lib/dns/name.h +++ b/src/lib/dns/name.h @@ -5,7 +5,10 @@ // file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef NAME_H -#define NAME_H 1 +#define NAME_H + +#include +#include #include @@ -15,14 +18,7 @@ #include namespace isc { -namespace util { -class InputBuffer; -class OutputBuffer; -} - namespace dns { -class AbstractMessageRenderer; - /// /// \brief A standard DNS module exception that is thrown if the name parser /// encounters an empty label in the middle of a name. @@ -760,7 +756,3 @@ operator<<(std::ostream& os, const Name& name); } } #endif // NAME_H - -// Local Variables: -// mode: c++ -// End: -- cgit v1.2.3