Removed Unused const.

This commit is contained in:
unknown 2014-04-08 12:04:04 +01:00
parent d4f1b96885
commit 1464c8035f
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@ func (e UnQLiteError) Error() string {
return s
}
const (
// UnQLiteNoMemErr ...
UnQLiteNoMemErr UnQLiteError = UnQLiteError(C.UNQLITE_NOMEM)
)
var errString = map[UnQLiteError]string{
C.UNQLITE_LOCKERR: "Locking protocol error",
C.UNQLITE_READ_ONLY: "Read only Key/Value storage engine",