summaryrefslogtreecommitdiff
path: root/klm/util/stream
diff options
context:
space:
mode:
Diffstat (limited to 'klm/util/stream')
-rw-r--r--klm/util/stream/chain.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/util/stream/chain.hh b/klm/util/stream/chain.hh
index 154b9b33..0cc83a85 100644
--- a/klm/util/stream/chain.hh
+++ b/klm/util/stream/chain.hh
@@ -122,7 +122,7 @@ class Chain {
threads_.push_back(new Thread(Complete(), kRecycle));
}
- Chain &operator>>(const Recycler &recycle) {
+ Chain &operator>>(const Recycler &) {
CompleteLoop();
return *this;
}