From c2a423e07a41b815bf575234b19e67cb16a75133 Mon Sep 17 00:00:00 2001 From: "sgehani%netscape.com" Date: Sat, 13 Nov 1999 00:43:12 +0000 Subject: [PATCH] Mac profiler code crept in. Removed this ifdef'd cruft. --- xpinstall/src/nsSoftwareUpdate.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/xpinstall/src/nsSoftwareUpdate.cpp b/xpinstall/src/nsSoftwareUpdate.cpp index b1f909b4debb..a3e7da2fb8c3 100644 --- a/xpinstall/src/nsSoftwareUpdate.cpp +++ b/xpinstall/src/nsSoftwareUpdate.cpp @@ -61,9 +61,6 @@ #include "nsIEventQueueService.h" #include "nsProxyObjectManager.h" -#ifdef XP_MAC -#include -#endif //////////////////////////////////////////////////////////////////////////////// // Globals @@ -292,9 +289,6 @@ nsSoftwareUpdate::InstallJar( nsIFileSpec* aLocalFile, long flags, nsIXPINotifier* aNotifier) { -#ifdef __PROFILER__ - ProfilerInit(collectDetailed, bestTimeBase, 2000, 2000); -#endif if ( !aLocalFile ) return NS_ERROR_NULL_POINTER; @@ -309,10 +303,6 @@ nsSoftwareUpdate::InstallJar( nsIFileSpec* aLocalFile, PR_Unlock(mLock); RunNextInstall(); -#ifdef __PROFILER__ - ProfilerDump("\pXPI_PofileDump"); - ProfilerTerm(); -#endif return NS_OK; }