aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-29 16:55:34 -0300
committerEuAndreh <eu@euandre.org>2024-10-01 07:48:48 -0300
commit9a1198e3248532d12fc7946219f49cb436257291 (patch)
tree4533644c9c0dab072e77cf6abb66ff4a67ae9797
parentMakefile: Add explicit $(cgo.o) dependency to fix the graph (diff)
downloadgolite-9a1198e3248532d12fc7946219f49cb436257291.tar.gz
golite-9a1198e3248532d12fc7946219f49cb436257291.tar.xz
src/golite.go: Remove errorMsg unused var
-rw-r--r--src/golite.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/golite.go b/src/golite.go
index 7c142df..442c6c9 100644
--- a/src/golite.go
+++ b/src/golite.go
@@ -4313,7 +4313,3 @@ func databaseTypeConvSqlite(t string) int {
return SQLITE_NULL
}
-
-var errorMsg = errors.New("Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub")
-
-var Version = version