Commit 5c0d7ee1 authored by Henry Schreiner's avatar Henry Schreiner Committed by Victor Zverovich

Fix return that can't be reached

parent 64440783
......@@ -2099,7 +2099,6 @@ void ArgMap<Char>::init(const ArgList &args) {
/*nothing*/;
}
}
return;
}
for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) {
internal::Arg::Type arg_type = args.type(i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment