aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/TextAPI
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2020-01-27 17:59:12 -0800
committerAlex Langford <apl@fb.com>2020-01-28 14:11:53 -0800
commit5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0 (patch)
treeb7ac1bd4d12f34b13f90cd9761f59c89e5da261d /llvm/unittests/TextAPI
parent1f85dfb2af1af502a83d561039fee55184115875 (diff)
downloadllvm-5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0.zip
llvm-5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0.tar.gz
llvm-5eaf44f99f0a0a3bdfa892892b8aaca841c8dbe0.tar.bz2
[lldb] Delete ValueObject::GetBaseClassPath
Summary: This method has exactly one call site, which is only actually executed if `ValueObject::IsBaseClass` returns false. However, the first thing that `ValueObject::GetBaseClassPath` does is check if `ValueObject::IsBaseClass` is true. Because this can never be the case, this method always returns false and is therefore effectively dead. Differential Revision: https://reviews.llvm.org/D73517
Diffstat (limited to 'llvm/unittests/TextAPI')
0 files changed, 0 insertions, 0 deletions