From c3016be8e922e07abed70d828b4d2572916c0c20 Mon Sep 17 00:00:00 2001 From: TakshakRamteke Date: Tue, 30 Jun 2026 00:06:37 +0530 Subject: [PATCH] chor: minor code cleanup --- main.go | 6 ------ 1 file changed, 6 deletions(-) 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 )