diff options
Diffstat (limited to 'src/VBox/Main/HostImpl.cpp')
| -rw-r--r-- | src/VBox/Main/HostImpl.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/VBox/Main/HostImpl.cpp b/src/VBox/Main/HostImpl.cpp index a1edc2dd3..a1894e4a5 100644 --- a/src/VBox/Main/HostImpl.cpp +++ b/src/VBox/Main/HostImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: HostImpl.cpp 29620 2010-05-18 12:15:55Z vboxsync $ */ +/* $Id: HostImpl.cpp 29945 2010-06-01 12:49:25Z vboxsync $ */ /** @file * VirtualBox COM class implementation: Host */ @@ -500,12 +500,6 @@ STDMETHODIMP Host::COMGETTER(NetworkInterfaces)(ComSafeArrayOut(IHostNetworkInte AutoCaller autoCaller(this); if (FAILED(autoCaller.rc())) return autoCaller.rc(); - /* The code is so hideously complicated that I can't tell whether the - * host object lock is really needed. It was taken here, and as the - * VirtualBox (mParent) is taken as well below nested deep down that - * would be a lock order violation. */ - AutoMultiWriteLock2 alock(m->pParent, this COMMA_LOCKVAL_SRC_POS); - std::list <ComObjPtr<HostNetworkInterface> > list; # ifdef VBOX_WITH_HOSTNETIF_API |
