diff --git a/main.go b/main.go index 2a9f3c6..00f9021 100644 --- a/main.go +++ b/main.go @@ -15,15 +15,9 @@ type statementType int const ( metaCommandSuccess metaCommandResults = iota metaCommandUnrecognised -) - -const ( prepareSuccess prepareResults = iota prepareUnrecognised prepareSyntaxError -) - -const ( statementSelect statementType = iota statementInsert )