diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 21:44:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 21:44:08 +0200 |
commit | 50bf9bec10d0d7c3f3299bef58dde5919e3696f4 (patch) | |
tree | c19ac4382da7e9700c4c47be19bb73b68724a1a0 /bin/efa | |
parent | 26deb42e6fca8206c437eb3223429ac0fec84fc2 (diff) |
Eliminate $efa->parse(), include it in $efa->submit()
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -41,8 +41,6 @@ GetOptions( prefer|P=s proximity|p include|i=s - test-dump - test-parse time|t=s timeout=i to=s@{2} @@ -98,8 +96,6 @@ $efa = Net::Travel::DE::VRR->new( $efa->submit( timeout => $opt->{'timeout'} ); -$efa->parse(); - my @routes = $efa->routes(); for my $i ( 0 .. $#routes ) { |