diff --git a/src/ripple_overlay/impl/PeerImp.h b/src/ripple_overlay/impl/PeerImp.h index 666a233c9..5f00b23c0 100644 --- a/src/ripple_overlay/impl/PeerImp.h +++ b/src/ripple_overlay/impl/PeerImp.h @@ -825,9 +825,6 @@ private: getApp().getJobQueue ().getLoadEventAP (jtPEER, "Peer::read")); { - Application::ScopedLockType lock (getApp ().getMasterLock (), - __FILE__, __LINE__); - // An mtHELLO message must be the first message receiced by a peer // and it must be received *exactly* once during a connection; any // other scenario constitutes a protocol violation.