aboutsummaryrefslogtreecommitdiff
path: root/error.go
diff options
context:
space:
mode:
Diffstat (limited to 'error.go')
-rw-r--r--error.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/error.go b/error.go
index 1634939..52017bf 100644
--- a/error.go
+++ b/error.go
@@ -45,7 +45,6 @@ var (
ErrNotADB = ErrNo(26) /* File opened that is not a database file */
ErrNotice = ErrNo(27) /* Notifications from sqlite3_log() */
ErrWarning = ErrNo(28) /* Warnings from sqlite3_log() */
- ErrDone = ErrNo(101)
)
func (err ErrNo) Error() string {