From bd563770dd5d18f4510bfd32400926c6027368bc Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Mon, 23 Jun 2003 21:56:07 +0000 Subject: [PATCH] Build bustage from bug 210337, sorry 'bout that. --- xpcom/build/dlldeps.cpp | 2 -- xpcom/build/nsXPComInit.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/xpcom/build/dlldeps.cpp b/xpcom/build/dlldeps.cpp index 829d008f8a2..ad1cffd92f8 100644 --- a/xpcom/build/dlldeps.cpp +++ b/xpcom/build/dlldeps.cpp @@ -47,7 +47,6 @@ #include "nsRecyclingAllocator.h" #include "nsIThread.h" #include "nsDeque.h" -#include "nsObserver.h" #include "nsTraceRefcnt.h" #include "nsXPIDLString.h" #include "nsIEnumerator.h" @@ -118,7 +117,6 @@ void XXXNeverCalled() a.Free(0, 0); nsIThread::GetCurrent(nsnull); nsDeque(nsnull); - NS_NewObserver(nsnull, nsnull); nsTraceRefcnt::DumpStatistics(); NS_NewEmptyEnumerator(nsnull); nsArrayEnumerator(nsnull); diff --git a/xpcom/build/nsXPComInit.cpp b/xpcom/build/nsXPComInit.cpp index 86a78a9c38e..272e7a1c139 100644 --- a/xpcom/build/nsXPComInit.cpp +++ b/xpcom/build/nsXPComInit.cpp @@ -41,7 +41,6 @@ #include "prlink.h" #include "nsCOMPtr.h" #include "nsObserverList.h" -#include "nsObserver.h" #include "nsObserverService.h" #include "nsProperties.h" #include "nsIProperties.h"