From: Devang Patel Date: Fri, 18 Feb 2011 23:23:09 +0000 (+0000) Subject: Remove unused tag. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3a32140492d8df34439a910290f3c16b08023cd;p=oota-llvm.git Remove unused tag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index d1d8ad4896d..5d0b5a943d5 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.