Skip to content

Commit 8b02748

Browse files
author
Raphael Isemann
committed
[upstreaming] Revert added fixme to UserExpression.h
1 parent cb0125f commit 8b02748

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/include/lldb/Expression/UserExpression.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ class UserExpression : public Expression {
211211
return lldb::ExpressionVariableSP();
212212
}
213213

214-
// FIXME: This doesn't make sense in UserExpression. It is only used in
215-
// UserExpression::Evaluate.
216214
virtual lldb::ModuleSP GetJITModule() { return lldb::ModuleSP(); }
217215

218216
/// Evaluate one expression in the scratch context of the target passed in

0 commit comments

Comments
 (0)