From 3cbacb6858ea2dda67719de64854ed30dea3b626 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2017 11:58:00 -0500 Subject: Remove unused variables / code (#7736) * remove unused variables / code * fix bug in testPostStoreGetOldest --- api/context.go | 1 - 1 file changed, 1 deletion(-) (limited to 'api/context.go') diff --git a/api/context.go b/api/context.go index 778df4625..fee78dbfd 100644 --- a/api/context.go +++ b/api/context.go @@ -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 { -- cgit v1.2.3-1-g7c22