From: Graham Leggett Date: Sun, 17 Mar 2013 19:10:01 +0000 (+0000) Subject: Remove the comment, this is done. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea11b4696081922de59f825f5987939d69fdce11;p=thirdparty%2Fapache%2Fhttpd.git Remove the comment, this is done. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1457520 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 3ee0ff5a7fb..e59fe5749d8 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 },