Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eal/linux: remove unused variable for socket memory
clang-13 rightfully complains that the total_mem variable in eal_parse_socket_arg is set but not used, since the final accumulated total_mem result isn't used anywhere. So just remove the total_mem variable. Fixes: 0a703f0 ("eal/linux: fix parsing zero socket memory and limits") Signed-off-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: David Marchand <david.marchand@redhat.com>
- Loading branch information