aboutsummaryrefslogtreecommitdiff
path: root/util/rand.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/rand.go')
-rw-r--r--util/rand.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/rand.go b/util/rand.go
index 90e66a5..f1692b9 100644
--- a/util/rand.go
+++ b/util/rand.go
@@ -16,10 +16,6 @@ func NewRandID(n int) (string, error) {
return enc.EncodeToString(data), nil
}
-func NewSessionID() (string, error) {
- return NewRandID(24)
-}
-
func NewCSRFToken() (string, error) {
return NewRandID(24)
}