This commit is contained in:
		| @@ -92,8 +92,6 @@ public: | |||||||
|     return api_error::not_supported; |     return api_error::not_supported; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   void set_api_path(const std::string &api_path) override; |  | ||||||
|  |  | ||||||
|   [[nodiscard]] auto write(std::uint64_t, const data_buffer &, |   [[nodiscard]] auto write(std::uint64_t, const data_buffer &, | ||||||
|                            std::size_t &) -> api_error override { |                            std::size_t &) -> api_error override { | ||||||
|     return api_error::not_supported; |     return api_error::not_supported; | ||||||
|   | |||||||
| @@ -56,8 +56,4 @@ auto direct_open_file::read(std::size_t read_size, std::uint64_t read_offset, | |||||||
|  |  | ||||||
|   return res; |   return res; | ||||||
| } | } | ||||||
|  |  | ||||||
| void direct_open_file::set_api_path(const std::string &api_path) { |  | ||||||
|   open_file_base::set_api_path(api_path); |  | ||||||
| } |  | ||||||
| } // namespace repertory | } // namespace repertory | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user