changeset 29:a9d3990b083b

Removed the now unused not-implemented-yet-error.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 25 Jun 2018 17:21:13 +0200
parents 714787accd26
children e5a067051716
files auth/opendb.go
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/auth/opendb.go	Mon Jun 25 15:34:32 2018 +0200
+++ b/auth/opendb.go	Mon Jun 25 17:21:13 2018 +0200
@@ -2,7 +2,6 @@
 
 import (
 	"database/sql"
-	"errors"
 	"fmt"
 	"strings"
 
@@ -11,8 +10,6 @@
 	_ "github.com/jackc/pgx/stdlib"
 )
 
-var ErrNotImplementedYet = errors.New("Not implemented, yet!")
-
 const driver = "pgx"
 
 // dbQuote quotes strings to be able to contain whitespace