Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / gn / escape.cc
index 7028a38..58bb04e 100644 (file)
@@ -46,8 +46,6 @@ void EscapeStringToString_Ninja(const base::StringPiece& str,
                                 bool* needed_quoting) {
   for (size_t i = 0; i < str.size(); i++)
     NinjaEscapeChar(str[i], dest);
-  if (needed_quoting)
-    *needed_quoting = false;
 }
 
 // Escape for CommandLineToArgvW and additionally escape Ninja characters.