aboutsummaryrefslogtreecommitdiffstats
path: root/icnet/errors/icnet_errors_malformed_name_exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icnet/errors/icnet_errors_malformed_name_exception.cc')
-rw-r--r--icnet/errors/icnet_errors_malformed_name_exception.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/icnet/errors/icnet_errors_malformed_name_exception.cc b/icnet/errors/icnet_errors_malformed_name_exception.cc
index 361c211a..b721ebfe 100644
--- a/icnet/errors/icnet_errors_malformed_name_exception.cc
+++ b/icnet/errors/icnet_errors_malformed_name_exception.cc
@@ -15,8 +15,6 @@
#include "icnet_errors.h"
-namespace icnet {
-
namespace errors {
MalformedNameException::MalformedNameException()
@@ -27,6 +25,4 @@ char const *MalformedNameException::what() const noexcept {
return "Malformed IP address.";
}
-} // end namespace errors
-
-} // end namespace icnet \ No newline at end of file
+} // end namespace errors \ No newline at end of file