diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-12-17 03:07:20 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-12-17 03:07:20 +0000 |
commit | 839353bca0d544a6a7fbc3cb2ba06fd5668a1bb1 (patch) | |
tree | 412ea84db424bfbda5818eed13cbcff0891cf66e /llvm/tools/llvm-cov | |
parent | 81adfb5c2e055d772fbb5e35667a0607ba5caca7 (diff) | |
download | bcm5719-llvm-839353bca0d544a6a7fbc3cb2ba06fd5668a1bb1.tar.gz bcm5719-llvm-839353bca0d544a6a7fbc3cb2ba06fd5668a1bb1.zip |
Remove unused includes and out of date comment. NFC.
llvm-svn: 224413
Diffstat (limited to 'llvm/tools/llvm-cov')
-rw-r--r-- | llvm/tools/llvm-cov/CodeCoverage.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-cov/TestingSupport.cpp | 1 | ||||
-rw-r--r-- | llvm/tools/llvm-cov/gcov.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-cov/CodeCoverage.cpp b/llvm/tools/llvm-cov/CodeCoverage.cpp index 093525eb3dd..515d2bdc8e6 100644 --- a/llvm/tools/llvm-cov/CodeCoverage.cpp +++ b/llvm/tools/llvm-cov/CodeCoverage.cpp @@ -27,7 +27,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/ManagedStatic.h" -#include "llvm/Support/MemoryObject.h" #include "llvm/Support/Format.h" #include "llvm/Support/Path.h" #include "llvm/Support/Signals.h" diff --git a/llvm/tools/llvm-cov/TestingSupport.cpp b/llvm/tools/llvm-cov/TestingSupport.cpp index 537f133c647..90ada1ba470 100644 --- a/llvm/tools/llvm-cov/TestingSupport.cpp +++ b/llvm/tools/llvm-cov/TestingSupport.cpp @@ -12,7 +12,6 @@ #include "llvm/Support/LEB128.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" -#include "llvm/Support/MemoryObject.h" #include "llvm/Support/Signals.h" #include "llvm/Support/PrettyStackTrace.h" #include <system_error> diff --git a/llvm/tools/llvm-cov/gcov.cpp b/llvm/tools/llvm-cov/gcov.cpp index 4c9195a44b1..12011cea7f2 100644 --- a/llvm/tools/llvm-cov/gcov.cpp +++ b/llvm/tools/llvm-cov/gcov.cpp @@ -17,7 +17,6 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/GCOV.h" #include "llvm/Support/ManagedStatic.h" -#include "llvm/Support/MemoryObject.h" #include "llvm/Support/Path.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Signals.h" |