diff --git a/src/modules/rlm_expr/rlm_expr.c b/src/modules/rlm_expr/rlm_expr.c index 81c0b6baba55..fca3fa0bf613 100644 --- a/src/modules/rlm_expr/rlm_expr.c +++ b/src/modules/rlm_expr/rlm_expr.c @@ -1659,9 +1659,6 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance) xlat_register(inst->xlat_name, expr_xlat, NULL, inst); - /* - * FIXME: unregister these, too - */ xlat_register("rand", rand_xlat, NULL, inst); xlat_register("randstr", randstr_xlat, NULL, inst); xlat_register("urlquote", urlquote_xlat, NULL, inst);