diff options
author | Michael Buch <michaelbuch12@gmail.com> | 2022-07-08 13:19:27 +0100 |
---|---|---|
committer | Michael Buch <michaelbuch12@gmail.com> | 2022-07-12 10:33:41 +0100 |
commit | 4d26faa5262e7940399df04533a31d9642d23349 (patch) | |
tree | 44b0e5216979aaeb1550b50f5781e1c0aa94ab56 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 80e17355cd37d0c8dcd61b1ce52a242f3f1caa8f (diff) | |
download | llvm-4d26faa5262e7940399df04533a31d9642d23349.zip llvm-4d26faa5262e7940399df04533a31d9642d23349.tar.gz llvm-4d26faa5262e7940399df04533a31d9642d23349.tar.bz2 |
[LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_type
This member variable was removed a while ago in
443427357f539f5ac97e664a53aa9e50788abce9. It was previously used in
materialization code paths that have since been removed. Nowadays,
`m_object_pointer_type` gets set but not used anywhere.
This patch simply removes all remaining instances of it and any
supporting code.
**Testing**
* API tests pass
Differential Revision: https://reviews.llvm.org/D129367
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions