[lldb][NFC] Remove unused ValueObject::LogValueObject functions
authorRaphael Isemann <teemperor@gmail.com>
Tue, 23 Feb 2021 11:10:39 +0000 (12:10 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 23 Feb 2021 11:10:40 +0000 (12:10 +0100)
commitbea2d5e47867687c8d2f95bd70ed9a77d19eeb6e
treea7e5ded6daaf0a008aafba9531754b08d392ad71
parent875b3b2cdda105c01af9a1330b1cb6a3f1e1b822
[lldb][NFC] Remove unused ValueObject::LogValueObject functions

Those functions aren't called anywhere. For debugging purposes we usually
have Dump() methods (which already exist in some semi-functional form in
ValueObject).
lldb/include/lldb/Core/ValueObject.h
lldb/source/Core/ValueObject.cpp