summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFRelocMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DebugInfo/DWARFRelocMap.h')
-rw-r--r--lib/DebugInfo/DWARFRelocMap.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/DebugInfo/DWARFRelocMap.h b/lib/DebugInfo/DWARFRelocMap.h
deleted file mode 100644
index 6929e367b84c6..0000000000000
--- a/lib/DebugInfo/DWARFRelocMap.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//===-- DWARFRelocMap.h -----------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_DEBUGINFO_DWARFRELOCMAP_H
-#define LLVM_DEBUGINFO_DWARFRELOCMAP_H
-
-#include "llvm/ADT/DenseMap.h"
-
-namespace llvm {
-
-typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
-
-} // namespace llvm
-
-#endif // LLVM_DEBUGINFO_DWARFRELOCMAP_H
-