Remove dead code
This commit is contained in:
@@ -32,7 +32,6 @@ func (st *SessionStore) Get(key interface{}) interface{} {
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (st *SessionStore) Delete(key interface{}) error {
|
||||
|
||||
Reference in New Issue
Block a user