diff options
Diffstat (limited to 'src/uio.hh')
| -rw-r--r-- | src/uio.hh | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -44,11 +44,6 @@ class Reader : public io::Reader { [[nodiscard]] std::unique_ptr<Reader> open(std::unique_ptr<io::Reader> reader, u::ReaderConfig config = {}); -[[nodiscard]] std::expected<std::unique_ptr<Reader>, io::OpenError> open( - const std::string& file_path, u::ReaderConfig config = {}); -[[nodiscard]] std::expected<std::unique_ptr<Reader>, io::OpenError> openat( - int dirfd, const std::string& file_path, u::ReaderConfig config = {}); - } // namespace u8 namespace u16 { @@ -68,11 +63,6 @@ class Reader : public io::Reader { [[nodiscard]] std::unique_ptr<Reader> open(std::unique_ptr<io::Reader> reader, u::ReaderConfig config = {}); -[[nodiscard]] std::expected<std::unique_ptr<Reader>, io::OpenError> open( - const std::string& file_path, u::ReaderConfig config = {}); -[[nodiscard]] std::expected<std::unique_ptr<Reader>, io::OpenError> openat( - int dirfd, const std::string& file_path, u::ReaderConfig config = {}); - } // namespace u16 #endif // UIO_HH |
