]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-settings: Remove unused settings_stream_unescape() and SETTING_STREAM_LF_CHAR
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 29 Nov 2022 19:23:15 +0000 (21:23 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 27 Jan 2023 13:01:47 +0000 (13:01 +0000)
src/lib-settings/settings-parser.h

index 7e5bf20ed09e00ea859c7e0401f2f4d09817aaa4..234f22f8d1faac05707d385b72858c153ece13a4 100644 (file)
@@ -16,9 +16,6 @@ struct var_expand_func_table;
 #define SETTING_STRVAR_UNEXPANDED "0"
 #define SETTING_STRVAR_EXPANDED "1"
 
-/* When parsing streams, this character is translated to LF. */
-#define SETTING_STREAM_LF_CHAR "\003"
-
 enum setting_type {
        SET_BOOL,
        SET_UINT,