We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0125f commit 8b02748Copy full SHA for 8b02748
lldb/include/lldb/Expression/UserExpression.h
@@ -211,8 +211,6 @@ class UserExpression : public Expression {
211
return lldb::ExpressionVariableSP();
212
}
213
214
- // FIXME: This doesn't make sense in UserExpression. It is only used in
215
- // UserExpression::Evaluate.
216
virtual lldb::ModuleSP GetJITModule() { return lldb::ModuleSP(); }
217
218
/// Evaluate one expression in the scratch context of the target passed in
0 commit comments