chor: minor code cleanup

This commit is contained in:
2026-06-30 00:06:37 +05:30
parent 4968b2417f
commit c3016be8e9
-6
View File
@@ -15,15 +15,9 @@ type statementType int
const (
metaCommandSuccess metaCommandResults = iota
metaCommandUnrecognised
)
const (
prepareSuccess prepareResults = iota
prepareUnrecognised
prepareSyntaxError
)
const (
statementSelect statementType = iota
statementInsert
)