From: Jan Beulich Date: Tue, 4 Oct 2016 10:27:07 +0000 (-0600) Subject: init-xenstore-domain: remove an unused variable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d1fd8b09de4bb7e82573b816ba0434d62db28239;p=people%2Froyger%2Fxen.git init-xenstore-domain: remove an unused variable Introduced by commit 80dd5b401e ("tools: add --maxmem parameter to init-xenstore-domain"). Signed-off-by: Jan Beulich Acked-by: Wei Liu --- diff --git a/tools/helpers/init-xenstore-domain.c b/tools/helpers/init-xenstore-domain.c index a7c97d75a2..8a41ee7d3a 100644 --- a/tools/helpers/init-xenstore-domain.c +++ b/tools/helpers/init-xenstore-domain.c @@ -236,7 +236,6 @@ static int parse_maxmem(xc_interface *xch, char *str) unsigned long mb = 0, a = 0, b = 0; unsigned long val; unsigned long *res; - char buf[16]; char *p; char *s = str;