Remove unused global error

v3-ann
Jack Christensen 2017-06-04 21:22:34 -05:00
parent fb90fb2729
commit 3ea41e6972
1 changed files with 0 additions and 3 deletions

View File

@ -181,9 +181,6 @@ func (ident Identifier) Sanitize() string {
// ErrNoRows occurs when rows are expected but none are returned.
var ErrNoRows = errors.New("no rows in result set")
// ErrNotificationTimeout occurs when WaitForNotification times out.
var ErrNotificationTimeout = errors.New("notification timeout")
// ErrDeadConn occurs on an attempt to use a dead connection
var ErrDeadConn = errors.New("conn is dead")