Skip to content

Commit

Permalink
Remove useless friend class
Browse files Browse the repository at this point in the history
Signed-off-by: yibin <[email protected]>
  • Loading branch information
yibin87 committed Jul 13, 2022
1 parent 2df4eb8 commit 02a26f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbms/src/Flash/Mpp/MPPTunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class TunnelSender : private boost::noncopyable
}

private:
friend class TunnelSender;
std::promise<String> promise;
std::shared_future<String> future;
std::atomic<bool> msg_has_set{false};
Expand Down

0 comments on commit 02a26f2

Please sign in to comment.