Skip to content

Commit

Permalink
Remove protected operator& for INDI::BaseDevice (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-soja committed Feb 7, 2023
1 parent 2ae8a79 commit 0756c3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/indidevice/basedevice.h
Expand Up @@ -293,11 +293,6 @@ class BaseDevice
}

protected:
BaseDevice *operator&()
{
return this;
}

friend class AbstractBaseClientPrivate;
std::shared_ptr<BaseDevicePrivate> d_ptr;
BaseDevice(BaseDevicePrivate &dd);
Expand Down

0 comments on commit 0756c3f

Please sign in to comment.