aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-03 05:55:11 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-03 05:55:11 +0000
commit1eb4e64eed08837b85a375d6a953503daa844f07 (patch)
tree7819605d412cff4e48141ff4c87c869f0929f7c1 /lib/Driver/Driver.cpp
parent2f3d01ee0d92f48110912b71dfe7da5158d0e4f7 (diff)
Sketch Driver Option classes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r--lib/Driver/Driver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index 7ecc38ad29..f464acf8eb 100644
--- a/lib/Driver/Driver.cpp
+++ b/lib/Driver/Driver.cpp
@@ -20,5 +20,3 @@ Driver::~Driver() {
Compilation *Driver::BuildCompilation(int argc, const char **argv) {
return new Compilation();
}
-
-