You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2008/09/16 23:40:18 UTC

svn commit: r696077 - /httpd/flood/trunk/flood_subst_file.c

Author: jerenkrantz
Date: Tue Sep 16 14:40:18 2008
New Revision: 696077

URL: http://svn.apache.org/viewvc?rev=696077&view=rev
Log:
* flood_subst_file.c
  (main): Remove weird comment.

Modified:
    httpd/flood/trunk/flood_subst_file.c

Modified: httpd/flood/trunk/flood_subst_file.c
URL: http://svn.apache.org/viewvc/httpd/flood/trunk/flood_subst_file.c?rev=696077&r1=696076&r2=696077&view=diff
==============================================================================
--- httpd/flood/trunk/flood_subst_file.c (original)
+++ httpd/flood/trunk/flood_subst_file.c Tue Sep 16 14:40:18 2008
@@ -205,7 +205,6 @@
 }
 
 int main(int argc, char** argv) {
-  //# why mess around, therefore static
   char line[SUBST_FILE_MAX_URL_SIZE];
   int i = 20;
   int list = 0;