From 7be76cbb296d9b9f375297abd917df174e7fe8b6 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 23 Jun 2005 04:08:14 +0000 Subject: [PATCH] Remove commented out code. git-svn-id: svn://10.0.0.236/trunk@175040 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/xre/nsUpdateDriver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/toolkit/xre/nsUpdateDriver.cpp b/mozilla/toolkit/xre/nsUpdateDriver.cpp index ed55981eb55..9cc9637d182 100644 --- a/mozilla/toolkit/xre/nsUpdateDriver.cpp +++ b/mozilla/toolkit/xre/nsUpdateDriver.cpp @@ -319,7 +319,6 @@ ApplyUpdate(nsIFile *appDir, nsIFile *updateDir, nsILocalFile *statusFile, // On windows, we may need to quote these paths. DoubleQuoteIfNeeded(updaterPath); DoubleQuoteIfNeeded(updateDirPath); - // DoubleQuoteIfNeeded(commandLine); #endif // Construct the PID argument for this process. If we are using execv, then