aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Job.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-07-20 21:16:17 +0000
committerChad Rosier <mcrosier@apple.com>2011-07-20 21:16:17 +0000
commitd7a3ba03f69892aac02e0771eb2e6d1b7b1d1267 (patch)
tree3915104cc5920d220fffd0edbde9544b191af173 /lib/Driver/Job.cpp
parente1809074d08f3a91bb2ef5f088b52bb46a08fb8a (diff)
Temporarily revert r135614 while I fix the cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Job.cpp')
-rw-r--r--lib/Driver/Job.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Driver/Job.cpp b/lib/Driver/Job.cpp
index 1cd0abd595..51055e93f5 100644
--- a/lib/Driver/Job.cpp
+++ b/lib/Driver/Job.cpp
@@ -28,12 +28,6 @@ JobList::~JobList() {
delete *it;
}
-void JobList::clear() {
- for (iterator it = begin(), ie = end(); it != ie; ++it)
- delete *it;
- Jobs.clear();
-}
-
void Job::addCommand(Command *C) {
cast<JobList>(this)->addJob(C);
}