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