summaryrefslogtreecommitdiff
path: root/lldb/include
diff options
context:
space:
mode:
authorJorge Gorbe Moya <jgorbe@google.com>2023-05-01 15:57:53 -0700
committerJorge Gorbe Moya <jgorbe@google.com>2023-05-01 16:19:01 -0700
commitd69518b4e52d527b3f8fcc41e90ae21f1f234555 (patch)
tree6b2b362ac81c6cc9924a813922b50ad6fb642dcb /lldb/include
parente53e1de57eccda49a93c4368eabbd95d01c5b854 (diff)
downloadllvm-d69518b4e52d527b3f8fcc41e90ae21f1f234555.tar.gz
Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters."
This reverts commit 45351120105a7257ccb1e38ec1b1f8a452269da2.
Diffstat (limited to 'lldb/include')
-rw-r--r--lldb/include/lldb/DataFormatters/FormattersHelpers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/DataFormatters/FormattersHelpers.h b/lldb/include/lldb/DataFormatters/FormattersHelpers.h
index e9af6656e3d7..a2e8521d9665 100644
--- a/lldb/include/lldb/DataFormatters/FormattersHelpers.h
+++ b/lldb/include/lldb/DataFormatters/FormattersHelpers.h
@@ -58,8 +58,6 @@ size_t ExtractIndexFromString(const char *item_name);
Address GetArrayAddressOrPointerValue(ValueObject &valobj);
-lldb::ValueObjectSP GetValueOfLibCXXCompressedPair(ValueObject &pair);
-
time_t GetOSXEpoch();
struct InferiorSizedWord {