[dpdk-dev] [PATCH 4/5] examples_ip_pipeline: remove useless code

2015-09-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Tuesday, September 1, 2015 4:59 AM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Stephen Hemminger > Subject: [PATCH 4/5] examples_ip_pipeline: remove useless code > > Code here checks retur

[dpdk-dev] [PATCH 4/5] examples_ip_pipeline: remove useless code

2015-08-31 Thread Stephen Hemminger
Code here checks return from strdup() in only one place in this whole module, and then does nothing useful by setting one value that is then cleared. Just remove the check. Signed-off-by: Stephen Hemminger --- examples/ip_pipeline/config_parse.c | 3 --- 1 file changed, 3 deletions(-) diff --gi