summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-12-02 22:11:08 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-12-02 22:11:08 +0000
commitc726add0abbd504e6b514e2b99906ee440de7924 (patch)
tree0e92ccd66da9201d4598af29e5cb2ba26353daa6 /lib
parent451fa97c8c74837ef2eab10f79e7145ad25e260d (diff)
downloadllvm-c726add0abbd504e6b514e2b99906ee440de7924.tar.gz
llvm-c726add0abbd504e6b514e2b99906ee440de7924.tar.bz2
llvm-c726add0abbd504e6b514e2b99906ee440de7924.tar.xz
Remove unnecessary/commented-out header inclusion.
Review feedback from Eric Christopher on r196140 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DIEHash.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIEHash.cpp b/lib/CodeGen/AsmPrinter/DIEHash.cpp
index d1e5f5f000..11cc454b33 100644
--- a/lib/CodeGen/AsmPrinter/DIEHash.cpp
+++ b/lib/CodeGen/AsmPrinter/DIEHash.cpp
@@ -16,7 +16,6 @@
#include "DIEHash.h"
#include "DIE.h"
-//#include "DwarfCompileUnit.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Debug.h"