Remove unused attributes
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 19 Nov 2014 20:38:01 +0000 (15:38 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 19 Nov 2014 20:38:01 +0000 (15:38 -0500)
src/main/xlat.c

index 6096376..1df17be 100644 (file)
@@ -878,8 +878,7 @@ static ssize_t xlat_tokenize_expansion(TALLOC_CTX *ctx, char *fmt, xlat_exp_t **
                                       char const **error)
 {
        ssize_t slen;
-       char *p, *q, *brace;
-       bool is_attr = false;
+       char *p, *q;
        xlat_exp_t *node;
 
        rad_assert(fmt[0] == '%');