From fb67053a2660f1269250d30a9550ea9baaffdd74 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Tue, 30 Oct 2001 06:57:09 +0000 Subject: [PATCH] Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin git-svn-id: svn://10.0.0.236/trunk@106666 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/MANIFEST | 2 -- mozilla/xpcom/base/Makefile.in | 3 --- mozilla/xpcom/base/makefile.win | 3 --- 3 files changed, 8 deletions(-) diff --git a/mozilla/xpcom/base/MANIFEST b/mozilla/xpcom/base/MANIFEST index ddaf0d603b1..e252d0e0501 100644 --- a/mozilla/xpcom/base/MANIFEST +++ b/mozilla/xpcom/base/MANIFEST @@ -17,6 +17,4 @@ nsTraceRefcnt.h nsWeakReference.h nsWeakPtr.h nscore.h -nslog.h -nslog.h nsIInterfaceRequestorUtils.h diff --git a/mozilla/xpcom/base/Makefile.in b/mozilla/xpcom/base/Makefile.in index c648cbc1702..d63fc66b122 100644 --- a/mozilla/xpcom/base/Makefile.in +++ b/mozilla/xpcom/base/Makefile.in @@ -34,7 +34,6 @@ REQUIRES = string \ $(NULL) CPPSRCS = \ - nsLogging.cpp \ nsAllocator.cpp \ nsMemoryImpl.cpp \ nsErrorService.cpp \ @@ -75,7 +74,6 @@ EXPORTS = \ nsWeakReference.h \ nsWeakPtr.h \ nscore.h \ - nslog.h \ nsIInterfaceRequestorUtils.h \ $(NULL) @@ -88,7 +86,6 @@ endif XPIDLSRCS = \ nsrootidl.idl \ - nsILoggingService.idl \ nsISupports.idl \ nsIMemory.idl \ nsIErrorService.idl \ diff --git a/mozilla/xpcom/base/makefile.win b/mozilla/xpcom/base/makefile.win index cf3f2cb1363..7d5278b30d9 100644 --- a/mozilla/xpcom/base/makefile.win +++ b/mozilla/xpcom/base/makefile.win @@ -50,7 +50,6 @@ EXPORTS = \ nsWeakPtr.h \ nscore.h \ pure.h \ - nslog.h \ !ifdef MOZ_TRACE_MALLOC nsTraceMalloc.h \ !endif @@ -60,7 +59,6 @@ EXPORTS = \ XPIDL_MODULE = xpcom_base XPIDLSRCS = \ - .\nsILoggingService.idl \ .\nsrootidl.idl \ .\nsIErrorService.idl \ .\nsIMemory.idl \ @@ -101,7 +99,6 @@ C_OBJS = \ !endif CPP_OBJS = \ - .\$(OBJDIR)\nsLogging.obj \ .\$(OBJDIR)\nsErrorService.obj \ .\$(OBJDIR)\nsDebug.obj \ .\$(OBJDIR)\nsAllocator.obj \