]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unused
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 23:03:52 +0000 (23:03 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 23:03:52 +0000 (23:03 +0000)
src/lib/util/sbuff.c

index f1ffbf61861fd5c85a91bd09643afc1854fdcd3c..aa921ced3df2086294692f11eb992891ed391b31 100644 (file)
@@ -78,10 +78,6 @@ bool const sbuff_char_blank[UINT8_MAX + 1] = {
        ['\t'] = true, [' '] = true,
 };
 
-/** Escape rules to use when an escape_rules pointer is NULL
- */
-static fr_sbuff_unescape_rules_t escape_none = {};
-
 /** Copy function that allows overlapping memory ranges to be copied
  *
  * @param[out] o_start         start of output buffer.