From c6b7bb309d49aa05216d91c8d5174e2a12e04105 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek%gmail.com" Date: Tue, 18 Dec 2007 16:32:13 +0000 Subject: [PATCH] backing out bug 408729 git-svn-id: svn://10.0.0.236/trunk@241667 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/crashreporter/nsExceptionHandler.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/toolkit/crashreporter/nsExceptionHandler.cpp b/mozilla/toolkit/crashreporter/nsExceptionHandler.cpp index aab6de8d5f5..c7aeecf7993 100755 --- a/mozilla/toolkit/crashreporter/nsExceptionHandler.cpp +++ b/mozilla/toolkit/crashreporter/nsExceptionHandler.cpp @@ -417,12 +417,6 @@ nsresult SetExceptionHandler(nsILocalFile* aXREDirectory, AnnotateCrashReport(NS_LITERAL_CSTRING("ServerURL"), nsDependentCString(aServerURL)); - // store application start time - nsCAutoString timeString; - timeString.AppendInt(time(NULL)); - AnnotateCrashReport(NS_LITERAL_CSTRING("StartupTime"), - timeString); - #if defined(XP_MACOSX) // On OS X, many testers like to see the OS crash reporting dialog // since it offers immediate stack traces. We allow them to set