cputree: Cleanup unused variable

package was never used, so lets just get rid of it

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2017-08-08 14:39:10 -04:00 committed by Neil Horman
parent b282bbfd23
commit 123c8e5bf0

View file

@ -249,7 +249,6 @@ static void do_one_cpu(char *path)
char new_path[PATH_MAX];
cpumask_t cache_mask, package_mask;
struct topo_obj *cache;
struct topo_obj *package;
DIR *dir;
struct dirent *entry;
int nodeid;
@ -386,7 +385,7 @@ static void do_one_cpu(char *path)
cpus_and(package_mask, package_mask, unbanned_cpus);
cache = add_cpu_to_cache_domain(cpu, cache_mask, nodeid);
package = add_cache_domain_to_package(cache, packageid, package_mask,
add_cache_domain_to_package(cache, packageid, package_mask,
nodeid);
cpu->obj_type_list = &cpus;