Skip to content

Commit

Permalink
take out unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Conway committed Sep 17, 2012
1 parent 7eeca09 commit 4398adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/utils/DbUtils.java
Expand Up @@ -36,7 +36,6 @@ public static Set<MetroArea> mapFeedsWithNoAgencies () {
Set<MetroArea> changedMetros = new HashSet<MetroArea>();

NtdAgency agency;
MetroArea metro;
for (GtfsFeed feed : GtfsFeed.<GtfsFeed>findAll()) {
if (feed.getAgencies().size() != 0)
continue;
Expand Down

0 comments on commit 4398adb

Please sign in to comment.