summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 906bed6927..dfd0304093 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -465,9 +465,6 @@ AP_DECLARE(const char *) ap_get_server_built(void);
*/
#define SUSPENDED -3 /**< Module will handle the remainder of the request.
* The core will never invoke the request again, */
-#define AGAIN -4 /**< Module wants to be called again when
- * more data is availble.
- */
/** Returned by the bottom-most filter if no data was written.
* @see ap_pass_brigade(). */