]> granicus.if.org Git - apache/commitdiff
Backport r1457520.
authorGraham Leggett <minfrin@apache.org>
Sun, 17 Mar 2013 19:14:21 +0000 (19:14 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 17 Mar 2013 19:14:21 +0000 (19:14 +0000)
RPM spec file: we depend on libuuid-devel to build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1457522 13f79535-47bb-0310-9956-ffa450edef68

server/util_expr_eval.c

index b350cfc7716d9e823aadff9bf04775f7abf564ba..5003d178127f30346b5befebeef51f5d5c09ef79 100644 (file)
@@ -1577,7 +1577,6 @@ static const struct expr_provider_single string_func_providers[] = {
     { filesize_func,        "filesize",       NULL, 1 },
     { NULL, NULL, NULL}
 };
-/* XXX: base64 encode/decode ? */
 
 static const struct expr_provider_single unary_op_providers[] = {
     { op_nz,        "n", NULL,             0 },