diff options
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index f9a82ff78d..8768629625 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -109,8 +109,6 @@ Compilation *Driver::BuildCompilation(int argc, const char **argv) { // FIXME: What are we going to do with -V and -b? - // FIXME: Handle CCC_ADD_ARGS. - // FIXME: This stuff needs to go into the Compilation, not the // driver. bool CCCPrintOptions = false, CCCPrintActions = false; |