From: Alan T. DeKok Date: Mon, 4 Sep 2023 11:28:26 +0000 (-0400) Subject: remove unused label X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cfaff44386c1f88270979699db54b042b06597;p=thirdparty%2Ffreeradius-server.git remove unused label --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index d1e8b3c750f..4f558439b4d 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -733,7 +733,6 @@ static inline int xlat_tokenize_attribute(xlat_exp_head_t *head, fr_sbuff_t *in, * Deal with normal attribute (or list) */ } else { - do_attr: xlat_exp_set_type(node, XLAT_TMPL); xlat_exp_set_name_buffer_shallow(node, vpt->name); node->vpt = vpt;