diff options
Diffstat (limited to 'src/async')
-rw-r--r-- | src/async/async.tmpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/async/async.tmpl.h b/src/async/async.tmpl.h index d081fa9..9569f60 100644 --- a/src/async/async.tmpl.h +++ b/src/async/async.tmpl.h @@ -6,8 +6,6 @@ #include <cassert> // Template inlining -#include <iostream> - namespace saw { template <typename Func> conveyor_result<Func, void> execLater(Func &&func) { |