libcontainerd/supervisor: remove unused RWMutex
This RWMutex was added in 9c4570a958df42d1ad19364b1a8da55b891d850a, and used in
the `remote.Client()` method. Commit dd2e19ebd58cd8896d79b4b8db61144b93717b33
split the code for client and daemon, but did not remove the mutex.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>