summaryrefslogtreecommitdiff
path: root/internal/storage/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/const.go')
-rw-r--r--internal/storage/const.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/storage/const.go b/internal/storage/const.go
index 286d39620..2dec1b5e4 100644
--- a/internal/storage/const.go
+++ b/internal/storage/const.go
@@ -82,11 +82,6 @@ func (s OAuth2SessionType) Table() string {
}
const (
- sqlNetworkTypeTCP = "tcp"
- sqlNetworkTypeUnixSocket = "unix"
-)
-
-const (
encryptionNameCheck = "check"
)