summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-12-10 15:32:57 -0800
committerAdrian Prantl <aprantl@apple.com>2019-12-11 09:27:12 -0800
commitee64dfd953f89a9d3df3c13a28b1bce33f33f4cb (patch)
treec64f7ba393b6d09c86dcf5c5467f0e295dbe1841 /lldb/scripts
parent5a3a9e9927b714e94e1c1b839e17429806272052 (diff)
downloadbcm5719-llvm-ee64dfd953f89a9d3df3c13a28b1bce33f33f4cb.tar.gz
bcm5719-llvm-ee64dfd953f89a9d3df3c13a28b1bce33f33f4cb.zip
Remove TypeValidators (NFC in terms of the testsuite)
This is a half-implemented feature that as far as we can tell was never used by anything since its original inclusion in 2014. This patch removes it to make remaining the code easier to understand. Differential Revision: https://reviews.llvm.org/D71310
Diffstat (limited to 'lldb/scripts')
-rw-r--r--lldb/scripts/interface/SBValue.i3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/scripts/interface/SBValue.i b/lldb/scripts/interface/SBValue.i
index d7d3bfacd32..8647854e89c 100644
--- a/lldb/scripts/interface/SBValue.i
+++ b/lldb/scripts/interface/SBValue.i
@@ -129,9 +129,6 @@ public:
const char *
GetObjectDescription ();
- const char *
- GetTypeValidatorResult ();
-
lldb::SBValue
GetDynamicValue (lldb::DynamicValueType use_dynamic);
OpenPOWER on IntegriCloud