No need to initialize these variables.

llvm-svn: 176128
This commit is contained in:
Chad Rosier 2013-02-26 22:15:50 +00:00
parent 828b8d2415
commit 05e35566c8
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
// FIXME: What are we going to do with -V and -b?
// FIXME: This stuff needs to go into the Compilation, not the driver.
bool CCCPrintOptions = false, CCCPrintActions = false;
bool CCCPrintOptions, CCCPrintActions;
InputArgList *Args = ParseArgStrings(ArgList.slice(1));