Skip to content

Commit

Permalink
sqlinstance: remove unused error
Browse files Browse the repository at this point in the history
The only usages of this error were removed in ea7fffb.

Epic: None

Release note: None
  • Loading branch information
yuzefovich committed Jun 28, 2023
1 parent 06a051f commit 247f05e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/sql/sqlinstance/sqlinstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ type AddressResolver interface {

// NonExistentInstanceError can be returned if a SQL instance does not exist.
var NonExistentInstanceError = errors.Errorf("non existent SQL instance")

// NotASQLInstanceError can be returned if a function is is not supported for
// non-SQL instances.
var NotASQLInstanceError = errors.Errorf("not supported for non-SQL instance")

0 comments on commit 247f05e

Please sign in to comment.