From cc4552c9a1ca4a12d3d7f64d98185f8d2025834d Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sun, 15 Jul 2012 21:53:17 -0400 Subject: [PATCH] util: eliminate dead store in hostutil_GetHostByName Change-Id: Ibf6712ec239a5f4d163c145f5444c086277e4445 Reviewed-on: http://gerrit.openafs.org/7774 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/util/hostparse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/hostparse.c b/src/util/hostparse.c index 9caf42229..d0a181a2f 100644 --- a/src/util/hostparse.c +++ b/src/util/hostparse.c @@ -53,7 +53,6 @@ hostutil_GetHostByName(char *ahost) } } if (numeric) { - tc = *ahost; /* look at the first char */ /* decimal address, return fake hostent with only hostaddr field good */ tval = 0; dots = 0; -- 2.39.5