diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.rs b/src/main.rs index 8a8f289..a566087 100644 --- a/src/main.rs +++ b/src/main.rs @@ -161,11 +161,6 @@ fn main() { let stdin = io::stdin(); let mut stats: HashMap<String, Person> = HashMap::new(); - let context = Context { - timezone: FixedOffset::west(0), - override_date: Some(NaiveDate::from_ymd(2015, 6, 10)), - channel: Some("#code".to_owned()) - }; let mut parser = format::weechat3::Weechat3; for e in parser.decode(&context, stdin.lock()) { |