summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-02-18 23:23:09 +0000
committerDevang Patel <dpatel@apple.com>2011-02-18 23:23:09 +0000
commitf3a32140492d8df34439a910290f3c16b08023cd (patch)
treefcba34194eef60c5af79c8962257d7ceb5f30853 /include/llvm/Support/Dwarf.h
parent29020a3b454f9fc84f899197556aa71914b51e24 (diff)
downloadllvm-f3a32140492d8df34439a910290f3c16b08023cd.tar.gz
llvm-f3a32140492d8df34439a910290f3c16b08023cd.tar.bz2
llvm-f3a32140492d8df34439a910290f3c16b08023cd.tar.xz
Remove unused tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index d1d8ad4896..5d0b5a943d 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -45,7 +45,6 @@ enum llvm_dwarf_constants {
// llvm mock tags
DW_TAG_invalid = ~0U, // Tag for invalid results.
- DW_TAG_anchor = 0, // Tag for descriptor anchors.
DW_TAG_auto_variable = 0x100, // Tag for local (auto) variables.
DW_TAG_arg_variable = 0x101, // Tag for argument variables.
DW_TAG_return_variable = 0x102, // Tag for return variables.