mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibSQL: Remove the now-unused ExecutionContext::result object
The INSERT and SELECT statements set up this object for any expression evaluation to indicate errors. This is no longer needed.
This commit is contained in:
committed by
Andreas Kling
parent
f3c6cb40d7
commit
df2ddcafd4
@@ -48,7 +48,6 @@ ResultOr<ResultSet> Select::execute(ExecutionContext& context) const
|
||||
}
|
||||
}
|
||||
|
||||
context.result = Result { SQLCommand::Select };
|
||||
ResultSet result { SQLCommand::Select };
|
||||
|
||||
auto descriptor = adopt_ref(*new TupleDescriptor);
|
||||
|
||||
Reference in New Issue
Block a user