From: Michal Sojka Date: Fri, 18 Jun 2010 15:08:26 +0000 (+0200) Subject: Mute a warning X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh.git/commitdiff_plain/d63b2c731dda6c59709220fdf70f7d0012bbdfd0?hp=9e557ee5e26ab64ee2dac902c6d79d27702c93bd Mute a warning --- diff --git a/frsh_api/frsh_core.c b/frsh_api/frsh_core.c index 348e8e0..3ad34b7 100644 --- a/frsh_api/frsh_core.c +++ b/frsh_api/frsh_core.c @@ -177,7 +177,6 @@ bool frsh_config_is_admission_test_enabled() frsh_resource_id_t frsh_get_local_cpu_id(void) { - frsh_resource_id_t id; long int ret = FRSH_CPU_ID_DEFAULT; if (getenv("FRSH_CPU_ID")) { errno = 0; /* See strtol(1) */