]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unused field
authorAlan T. DeKok <aland@freeradius.org>
Tue, 14 Jul 2015 00:47:17 +0000 (20:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 14 Jul 2015 01:12:32 +0000 (21:12 -0400)
src/include/tmpl.h

index 7e73e44db9241274649d4a28e5e06d8e28e19610..bf3e429feb80dc242daf8e6f686b22a1d1f8289f 100644 (file)
@@ -124,7 +124,6 @@ typedef struct pair_list {
        int                     lineno;
        int                     order;
        struct pair_list        *next;
-       struct pair_list        *lastdefault;
 } PAIR_LIST;
 
 /** Types of #vp_tmpl_t