aboutsummaryrefslogtreecommitdiff
path: root/error.go
diff options
context:
space:
mode:
authorShuhao Wu <shuhao@shuhaowu.com>2014-07-11 10:31:28 -0400
committerShuhao Wu <shuhao@shuhaowu.com>2014-07-11 10:31:28 -0400
commit6d40aa115ad60d3ef1de44bac70474770159b0d2 (patch)
tree07bd493ebe2e4e1523bb6a46f0e2817b5d00f89b /error.go
parentAdded an IsDone method for backup (diff)
downloadgolite-6d40aa115ad60d3ef1de44bac70474770159b0d2.tar.gz
golite-6d40aa115ad60d3ef1de44bac70474770159b0d2.tar.xz
Changed interface for backup step
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 {