Skip to content

Commit ad72069

Browse files
wip
1 parent c08530e commit ad72069

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/motis/config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ struct config {
205205
std::map<std::string, feed> feeds_{};
206206
std::map<std::string, group> groups_{};
207207
std::map<std::string, restrictions> default_restrictions_{};
208-
// Read the feeds from `dump_gbfs/<feed_id>/` instead of fetching them,
209-
// and never refresh. Counterpart of `timetable.canned_rt`; the dump is
210-
// written by running a server with a `dump_gbfs/` directory present.
211208
bool canned_gbfs_{false};
212209
unsigned update_interval_{60};
213210
unsigned http_timeout_{30};

0 commit comments

Comments
 (0)