You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/03/17 20:10:01 UTC

svn commit: r1457520 - /httpd/httpd/trunk/server/util_expr_eval.c

Author: minfrin
Date: Sun Mar 17 19:10:01 2013
New Revision: 1457520

URL: http://svn.apache.org/r1457520
Log:
Remove the comment, this is done.

Modified:
    httpd/httpd/trunk/server/util_expr_eval.c

Modified: httpd/httpd/trunk/server/util_expr_eval.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_eval.c?rev=1457520&r1=1457519&r2=1457520&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_expr_eval.c (original)
+++ httpd/httpd/trunk/server/util_expr_eval.c Sun Mar 17 19:10:01 2013
@@ -1636,7 +1636,6 @@ static const struct expr_provider_single
     { 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 },