================
@@ -216,7 +215,7 @@ static void ParseArgs(int argc, char **argv) {
   if (const llvm::opt::Arg *A = Args.getLastArg(OPT_tu_buffer_path_EQ))
     TranslationUnitFile = A->getValue();
 
-  DeprecatedDriverCommand = Args.hasArg(OPT_deprecated_driver_command);
+  Args.hasArg(OPT_deprecated_driver_command);
----------------
arsenm wrote:

This is leaving behind a no-op statement 

https://github.com/llvm/llvm-project/pull/189315
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to