util: eliminate dead store in hostutil_GetHostByName
[openafs.git] / src / util / hostparse.c
index 9caf422..d0a181a 100644 (file)
@@ -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;