You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2005/10/24 01:04:46 UTC

svn commit: r327875 - /httpd/httpd/trunk/server/core_filters.c

Author: brianp
Date: Sun Oct 23 16:04:45 2005
New Revision: 327875

URL: http://svn.apache.org/viewcvs?rev=327875&view=rev
Log:
remove debugging code

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

Modified: httpd/httpd/trunk/server/core_filters.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/core_filters.c?rev=327875&r1=327874&r2=327875&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core_filters.c (original)
+++ httpd/httpd/trunk/server/core_filters.c Sun Oct 23 16:04:45 2005
@@ -58,7 +58,6 @@
 #include "mod_so.h" /* for ap_find_loaded_module_symbol */
 
 #define AP_MIN_SENDFILE_BYTES           (256)
-// #define APR_HAS_SENDFILE 0
 
 /**
  * Remove all zero length buckets from the brigade.