Skip to content

Commit

Permalink
file: Unfriend reactor class
Browse files Browse the repository at this point in the history
Not needed currently

Signed-off-by: Pavel Emelyanov <[email protected]>

Closes #2270
  • Loading branch information
xemul authored and nyh committed Jun 3, 2024
1 parent 2bc4f22 commit f3b7fbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/seastar/core/file.hh
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ private:
future<uint64_t> get_lifetime_hint_impl(int op) noexcept;
future<> set_lifetime_hint_impl(int op, uint64_t hint) noexcept;

friend class reactor;
friend class file_impl;
friend class file_data_sink_impl;
friend class file_data_source_impl;
Expand Down

0 comments on commit f3b7fbb

Please sign in to comment.