aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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