aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 4545bd3..b93f8b6 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -16,7 +16,6 @@
#include <libbutl/process.mxx>
#include <libbutl/process-io.mxx>
#include <libbutl/utility.mxx> // icasecmp(), reverse_iterate(), etc
-#include <libbutl/fdstream.mxx>
#include <libbutl/filesystem.mxx>
#include <bbot/types.hxx>
@@ -46,10 +45,6 @@ namespace bbot
using butl::setenv;
using butl::unsetenv;
- // <libbutl/fdstream.mxx>
- //
- using butl::auto_fd;
-
// <libbutl/filesystem.mxx>
//
using butl::auto_rmdir;
@@ -132,7 +127,8 @@ namespace bbot
// Manifest parsing and serialization.
//
- // For parsing, if path is '-', then read from stdin.
+ // For parsing, if path is '-', then read from stdin. If path has the .lz4
+ // extension, then assume the content is compressed.
//
template <typename T>
T