summaryrefslogtreecommitdiff
path: root/pkg/backend/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/backend/init.go')
-rw-r--r--pkg/backend/init.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/backend/init.go b/pkg/backend/init.go
index af43bab..be4427a 100644
--- a/pkg/backend/init.go
+++ b/pkg/backend/init.go
@@ -40,13 +40,6 @@ func checkErrors(errCh chan string) {
}
}
-func resetErrors(errname string) {
- if ctx.Errors == errname {
- ctx.Errors = ""
- log.Println("DEBUG: reset error", errname)
- }
-}
-
func initializeBitmask(errCh chan string, opts *InitOpts) {
if ctx == nil {
log.Println("bug: cannot initialize bitmask, ctx is nil!")