]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused typedef
authorAlan T. DeKok <aland@freeradius.org>
Fri, 2 Mar 2018 00:41:56 +0000 (19:41 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 4 Mar 2018 16:52:00 +0000 (11:52 -0500)
src/main/xlat.c

index aa8da2413ec60ad1f7d67e10928e6f17d1b45428..b5bbe002b050dd56401cca03934b52e89fb7c970 100644 (file)
@@ -68,11 +68,6 @@ struct xlat_exp {
        xlat_t const *xlat;     //!< The xlat expansion to expand format with.
 };
 
-typedef struct xlat_out {
-       char const *out;        //!< Output data.
-       size_t len;             //!< Length of the output string.
-} xlat_out_t;
-
 static rbtree_t *xlat_root = NULL;
 
 #ifdef WITH_UNLANG