Skip to content

Commit ed6bfed

Browse files
committed
remove no longer needed friend decl
1 parent cb7ec67 commit ed6bfed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/viam/sdk/common/instance.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ class Instance {
2929
private:
3030
friend class Registry;
3131
friend class LogManager;
32-
friend class ViamChannel;
33-
friend class ClientContext;
3432

3533
struct Impl;
3634
std::unique_ptr<Impl> impl_;

0 commit comments

Comments
 (0)