Fix return that can't be reached

This commit is contained in:
Henry Schreiner
2018-04-11 17:34:48 +02:00
committed by Victor Zverovich
parent 64440783ba
commit 5c0d7ee157

View File

@ -2099,7 +2099,6 @@ void ArgMap<Char>::init(const ArgList &args) {
/*nothing*/; /*nothing*/;
} }
} }
return;
} }
for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) { for (unsigned i = 0; i != ArgList::MAX_PACKED_ARGS; ++i) {
internal::Arg::Type arg_type = args.type(i); internal::Arg::Type arg_type = args.type(i);