summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-24 01:38:05 +0000
committerEric Christopher <echristo@gmail.com>2013-07-24 01:38:05 +0000
commit167153080bb192dc7ecb58ea41093c85a7d6a84f (patch)
tree03bd7b40da0a84183ff867dca858645060e20189 /include/llvm/DebugInfo.h
parent3894b572287f8047c638e826311ea17d2cba1e8d (diff)
downloadllvm-167153080bb192dc7ecb58ea41093c85a7d6a84f.tar.gz
llvm-167153080bb192dc7ecb58ea41093c85a7d6a84f.tar.bz2
llvm-167153080bb192dc7ecb58ea41093c85a7d6a84f.tar.xz
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DebugInfo.h')
-rw-r--r--include/llvm/DebugInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 689b3ddfd1..ae7bf04944 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -129,7 +129,6 @@ namespace llvm {
bool isSubrange() const;
bool isEnumerator() const;
bool isType() const;
- bool isGlobal() const;
bool isUnspecifiedParameter() const;
bool isTemplateTypeParameter() const;
bool isTemplateValueParameter() const;