Skip to content
Snippets Groups Projects
Commit 51c2b7f6 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove unreachable code

parent 634be43b
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,6 @@ from_json(const json &obj, TimelineEvent &e)
<< obj.dump(2) << '\n';
return;
}
std::cout << "Invalid event type: " << obj.dump(2) << '\n';
break;
}
switch (msg_type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment