summaryrefslogtreecommitdiff
path: root/lldb/source/Target/TargetProperties.td
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/TargetProperties.td')
-rw-r--r--lldb/source/Target/TargetProperties.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Target/TargetProperties.td b/lldb/source/Target/TargetProperties.td
index 9079c3cf4276..ff8062aaa2cb 100644
--- a/lldb/source/Target/TargetProperties.td
+++ b/lldb/source/Target/TargetProperties.td
@@ -4,9 +4,6 @@ let Definition = "experimental" in {
def InjectLocalVars : Property<"inject-local-vars", "Boolean">,
Global, DefaultTrue,
Desc<"If true, inject local variables explicitly into the expression text. This will fix symbol resolution when there are name collisions between ivars and local variables. But it can make expressions run much more slowly.">;
- def UseModernTypeLookup : Property<"use-modern-type-lookup", "Boolean">,
- Global, DefaultFalse,
- Desc<"If true, use Clang's modern type lookup infrastructure.">;
}
let Definition = "target" in {