From: Alan T. DeKok Date: Fri, 2 Mar 2018 00:41:56 +0000 (-0500) Subject: remove unused typedef X-Git-Tag: release_3_0_17~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf0028e169fc81c370cafe5ac2a6ee78cea049dc;p=thirdparty%2Ffreeradius-server.git remove unused typedef --- diff --git a/src/main/xlat.c b/src/main/xlat.c index aa8da2413ec..b5bbe002b05 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -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