Merge "utils: Avoid an unused variable in Solaris 11."

This commit is contained in:
Jenkins2 2018-06-22 07:42:53 -05:00 committed by Gerrit Code Review
commit bbd962bc4b
1 changed files with 0 additions and 1 deletions

View File

@ -2485,7 +2485,6 @@ void ast_set_default_eid(struct ast_eid *eid)
{
int s;
int x;
int res = 0;
struct lifreq *ifr = NULL;
struct lifnum ifn;
struct lifconf ifc;