summaryrefslogtreecommitdiff
path: root/src/VBox/Main/HostImpl.cpp
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2010-06-04 09:49:50 +0200
committerMichael Meskes <meskes@debian.org>2010-06-04 09:49:50 +0200
commite13debb062071c46f2707d0d0e59c57675b49360 (patch)
tree922f54068563b5cf3274bae8ba8122ce4b4ede1d /src/VBox/Main/HostImpl.cpp
parentabd0051802e55207e88435a185ff8d6e6b8d17d5 (diff)
downloadvirtualbox-upstream/3.2.2-dfsg.tar.gz
Imported Upstream version 3.2.2-dfsgupstream/3.2.2-dfsg
Diffstat (limited to 'src/VBox/Main/HostImpl.cpp')
-rw-r--r--src/VBox/Main/HostImpl.cpp8
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