aboutsummaryrefslogtreecommitdiff
path: root/libbutl/fdstream.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/fdstream.mxx')
-rw-r--r--libbutl/fdstream.mxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/libbutl/fdstream.mxx b/libbutl/fdstream.mxx
index 0d56131..86ada51 100644
--- a/libbutl/fdstream.mxx
+++ b/libbutl/fdstream.mxx
@@ -521,11 +521,7 @@ LIBBUTL_MODEXPORT namespace butl
}
void
- open (auto_fd&& fd, fdstream_mode m, std::uint64_t pos = 0)
- {
- open (std::move (fd), pos);
- skip_ = (m & fdstream_mode::skip) == fdstream_mode::skip;
- }
+ open (auto_fd&& fd, fdstream_mode m, std::uint64_t pos = 0);
void close ();
auto_fd release (); // Note: no skipping.