1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

LibSQL: Remove now-unused SQLResult class

This commit is contained in:
Timothy Flynn 2022-02-09 16:00:45 -05:00 committed by Linus Groh
parent 6620f19979
commit aff17a2fbd
3 changed files with 0 additions and 113 deletions

View file

@ -25,7 +25,6 @@ class Relation;
class Result;
class Row;
class SchemaDef;
class SQLResult;
class Serializer;
class TableDef;
class TreeNode;