commit 515e6bece8347123e9ab5bf499be97ad121d46e2 parent 13b5e633e115964074fd60d38e0bcb9675b0bb03 Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev> Date: Mon, 22 Dec 2025 10:56:46 +0100 mhd_sys_options.h: removed unused old leftover Diffstat:
| M | src/incl_priv/mhd_sys_options.h | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/incl_priv/mhd_sys_options.h b/src/incl_priv/mhd_sys_options.h @@ -68,14 +68,6 @@ #include "mhd_config.h" -/** - * Macro to make it easy to mark text for translation. Note that - * we do not actually call gettext() in MHD, but we do make it - * easy to create a ".po" file so that applications that do want - * to translate error messages can do so. - */ -#define _(String) (String) - #ifdef HAVE_ATTR_VISIBILITY_DEFAULT # define MHD_VISIBILITY_EXTERN __attribute__((visibility ("default"))) #else