Remove unused variables / code (#7736)

* remove unused variables / code

* fix bug in testPostStoreGetOldest
Этот коммит содержится в:
Chris
2017-10-30 11:58:00 -05:00
коммит произвёл GitHub
родитель c5e8cb25ca
Коммит 3cbacb6858
11 изменённых файлов: 6 добавлений и 371 удалений

Просмотреть файл

@@ -32,7 +32,6 @@ type Context struct {
T goi18n.TranslateFunc
Locale string
TeamId string
isSystemAdmin bool
}
func (api *API) ApiAppHandler(h func(*Context, http.ResponseWriter, *http.Request)) http.Handler {