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]>
  • Loading branch information
xemul committed May 25, 2024
1 parent f583e21 commit 649d7eb
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 @@ -773,7 +773,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 649d7eb

Please sign in to comment.