summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-21 15:52:54 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-21 16:16:44 -0800
commitd7e70b636ba47429d51a515c7038eba37fc20c15 (patch)
treefec4a284d31383d641cfc339e38604c4b89908e5
parentCC nil? (diff)
downloadfrontend-d7e70b636ba47429d51a515c7038eba37fc20c15.tar.gz
frontend-d7e70b636ba47429d51a515c7038eba37fc20c15.tar.bz2
frontend-d7e70b636ba47429d51a515c7038eba37fc20c15.zip
Remove old variable.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--ag-web.rb4
1 files changed, 1 insertions, 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