From 5d479531128f7ccfba27831eaa8e976db9ed990f Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sun, 17 Mar 2013 19:10:01 +0000 Subject: [PATCH] Remove the comment, this is done. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457520 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_expr_eval.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 3ee0ff5a7f..e59fe5749d 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -1636,7 +1636,6 @@ static const struct expr_provider_single string_func_providers[] = { { sha1_func, "sha1", NULL, 0 }, { NULL, NULL, NULL} }; -/* XXX: base64 encode/decode ? */ static const struct expr_provider_single unary_op_providers[] = { { op_nz, "n", NULL, 0 }, -- 2.49.0