aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBMemoryRegionInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBMemoryRegionInfo.h')
-rw-r--r--include/lldb/API/SBMemoryRegionInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/API/SBMemoryRegionInfo.h b/include/lldb/API/SBMemoryRegionInfo.h
index 297f877a6341..5675d93b8eaf 100644
--- a/include/lldb/API/SBMemoryRegionInfo.h
+++ b/include/lldb/API/SBMemoryRegionInfo.h
@@ -102,6 +102,7 @@ private:
const lldb_private::MemoryRegionInfo &ref() const;
+ // Unused.
SBMemoryRegionInfo(const lldb_private::MemoryRegionInfo *lldb_object_ptr);
lldb::MemoryRegionInfoUP m_opaque_ap;