diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-11-29 12:05:47 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-11-29 12:13:34 +0100 |
commit | d1d6049e9d6600f28746379290705b02ffb52d4b (patch) | |
tree | 52200400ee81f84261be76ac3d3f45129018795f /lldb/packages/Python/lldbsuite/test/python_api/default-constructor | |
parent | 4f000824222f97c0cfd5b19951a1068132e57e79 (diff) | |
download | bcm5719-llvm-d1d6049e9d6600f28746379290705b02ffb52d4b.tar.gz bcm5719-llvm-d1d6049e9d6600f28746379290705b02ffb52d4b.zip |
[lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecordType
This code is behind a `if (log)` that is always a nullptr as the initializer
was commented out. One could uncomment the initializer code, but then this logging
code just leads to a deadlock as it tries to aquire the module lock.
This removes the logging code until I get this working again.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/default-constructor')
0 files changed, 0 insertions, 0 deletions