aboutsummaryrefslogtreecommitdiff
path: root/src/streams.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/streams.cc')
-rw-r--r--src/streams.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/streams.cc b/src/streams.cc
index 22527c9..c5e147f 100644
--- a/src/streams.cc
+++ b/src/streams.cc
@@ -11,8 +11,6 @@
namespace weave {
-namespace {} // namespace
-
MemoryStream::MemoryStream(const std::vector<uint8_t>& data,
provider::TaskRunner* task_runner)
: data_{data}, task_runner_{task_runner} {}