summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-04-28 13:30:47 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-04-28 13:30:47 +0200
commit920980ab3f51c00c63587b87dedc4f2617e59345 (patch)
tree6d8ca4494fee3f0d47832a86b271edd8dbdeb76d /vespalib
parent4d3c251083a14f21dde71bcce21561c22fa79acd (diff)
Remove bad namespace end comments.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/address_space.h2
-rw-r--r--vespalib/src/vespa/vespalib/util/rand48.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/vespalib/src/vespa/vespalib/util/address_space.h b/vespalib/src/vespa/vespalib/util/address_space.h
index d88a5e06d80..98ffdac9599 100644
--- a/vespalib/src/vespa/vespalib/util/address_space.h
+++ b/vespalib/src/vespa/vespalib/util/address_space.h
@@ -35,4 +35,4 @@ public:
std::ostream &operator << (std::ostream &out, const AddressSpace &rhs);
-} // namespace search
+}
diff --git a/vespalib/src/vespa/vespalib/util/rand48.h b/vespalib/src/vespa/vespalib/util/rand48.h
index 3ebfe00ba35..c82ae42684b 100644
--- a/vespalib/src/vespa/vespalib/util/rand48.h
+++ b/vespalib/src/vespa/vespalib/util/rand48.h
@@ -39,5 +39,4 @@ public:
}
};
-} // namespace search
-
+}