eal: remove dead code in core list parsing
authorDavid Marchand <david.marchand@redhat.com>
Wed, 13 Feb 2019 20:06:58 +0000 (21:06 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 7 Mar 2019 20:22:48 +0000 (21:22 +0100)
commit33df941d79ad7966b82d882ad277e625f6c3a017
tree23c9851904739bb92a00922d561d7db5c7783ee5
parentc3568ea376700df061abcbeabc40ddaed7841e1a
eal: remove dead code in core list parsing

We don't need to look for trailing spaces.
This is a copy/paste block from eal_parse_coremask().
Remove it and the associated comment.

Fixes: d888cb8b9613 ("eal: add core list input format")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/common/eal_common_options.c