bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lldb/include/lldb/Utility/ScriptedMetadata.h:33-38
- ScriptedMetadata(const OptionGroupPythonClassWithDict &option_group) {
- auto opt_group = const_cast<OptionGroupPythonClassWithDict
&>(option_group);
- m_class_name = opt_group.GetName();
- m_args_sp = opt_group.GetStructuredData();
- }
-
----------------
I guess this just isn't used?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145414/new/
https://reviews.llvm.org/D145414
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits