commit:     d7e70b636ba47429d51a515c7038eba37fc20c15
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 23:52:54 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 00:16:44 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=d7e70b63

Remove old variable.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ag-web.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ag-web.rb b/ag-web.rb
index d07a18a..f53e94f 100644
--- a/ag-web.rb
+++ b/ag-web.rb
@@ -24,8 +24,6 @@ $es.transport.reload_connections!
 
 $config = YAML.load_file('config.yml')
 
-$valid_lists = %w[www-redesign gentoo-alt gentoo-dev gentoo-amd64]
-
 get '/:list/report/:msgid' do
   return unless list_check
 
@@ -157,4 +155,4 @@ end
 
 get '/' do
   erb :index
-end
\ No newline at end of file
+end

Reply via email to