summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/utils.go')
-rw-r--r--model/utils.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/utils.go b/model/utils.go
index e7d8bfdac..7f612b572 100644
--- a/model/utils.go
+++ b/model/utils.go
@@ -33,7 +33,6 @@ const (
type StringInterface map[string]interface{}
type StringMap map[string]string
type StringArray []string
-type EncryptStringMap map[string]string
type AppError struct {
Id string `json:"id"`