summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Action.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-07-14 22:36:22 +0000
committerJustin Bogner <mail@justinbogner.com>2015-07-14 22:36:22 +0000
commit0c1abc6ffc0a69d8b8dcaf31493c689a1f6a9020 (patch)
tree3d9c598423c29b4b8346e60fa84730de3e3e8d36 /lib/Driver/Action.cpp
parenta801612dfdde93357de3f008b3e82dceac60f592 (diff)
Driver: Delete dead code
VerifyJobActions never have multiple inputs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242223 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Action.cpp')
-rw-r--r--lib/Driver/Action.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Driver/Action.cpp b/lib/Driver/Action.cpp
index 3219dc1cc0..0721d2f17a 100644
--- a/lib/Driver/Action.cpp
+++ b/lib/Driver/Action.cpp
@@ -153,13 +153,6 @@ VerifyJobAction::VerifyJobAction(ActionClass Kind,
"ActionClass is not a valid VerifyJobAction");
}
-VerifyJobAction::VerifyJobAction(ActionClass Kind, ActionList &Inputs,
- types::ID Type)
- : JobAction(Kind, Inputs, Type) {
- assert((Kind == VerifyDebugInfoJobClass || Kind == VerifyPCHJobClass) &&
- "ActionClass is not a valid VerifyJobAction");
-}
-
void VerifyDebugInfoJobAction::anchor() {}
VerifyDebugInfoJobAction::VerifyDebugInfoJobAction(