This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new dce6c48 Unused
dce6c48 is described below
commit dce6c48ff3a1dba75e28e96e655f64c40207c1ae
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 7 16:56:47 2020 +0100
Unused
---
www/roster/views/actions/memstat.json.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/roster/views/actions/memstat.json.rb
b/www/roster/views/actions/memstat.json.rb
index 4907e05..8aa6bc1 100644
--- a/www/roster/views/actions/memstat.json.rb
+++ b/www/roster/views/actions/memstat.json.rb
@@ -64,7 +64,6 @@ if @action == 'rescind_emeritus'
ASF::SVN.svn_('mv', [@emeritusfileurl, emeritus_rescinded_url], _, {env:env,
msg:message})
elsif @action == 'request_emeritus'
# Create mail to secretary requesting emeritus
- FOUNDATION_URL = ASF::SVN.svnurl('foundation')
EMERITUS_TEMPLATE_URL = ASF::SVN.svnpath!('foundation',
'emeritus-request.txt').untaint
template, err =
ASF::SVN.svn('cat', EMERITUS_TEMPLATE_URL, {env:env})