Removed Unused const.
This commit is contained in:
parent
d4f1b96885
commit
1464c8035f
1 changed files with 0 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue