From: Alan T. DeKok Date: Thu, 14 Apr 2022 14:46:42 +0000 (-0400) Subject: remove dead code. CID #1504027 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4641706418154906e8388d5a1e89bfae1915f9ef;p=thirdparty%2Ffreeradius-server.git remove dead code. CID #1504027 --- diff --git a/src/lib/util/struct.c b/src/lib/util/struct.c index 8f58f7b933a..75732d64687 100644 --- a/src/lib/util/struct.c +++ b/src/lib/util/struct.c @@ -413,7 +413,6 @@ ssize_t fr_struct_from_network(TALLOC_CTX *ctx, fr_pair_list_t *out, done: if (!nested) { - fr_pair_list_head(child_list); fr_pair_list_append(out, child_list); /* Wind to the end of the new pairs */ } else { fr_assert(struct_vp != NULL);