From 53ae8f06b60d79e9e09f6253cc1bb1f57f2a4e0a Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 28 Sep 2001 13:48:43 +0000 Subject: [PATCH] Remove SMS from the error bucket. SMS is going away now, it isn't really used anyplace anymore. Submitted by: "Sander Striker" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91176 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_protocol.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/http_protocol.h b/include/http_protocol.h index b6073da092..9ca5bc8266 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -602,8 +602,6 @@ struct ap_bucket_error { int status; /** The error string */ const char *data; - /** The SMS from which this structure was allocated */ - apr_sms_t *sms; }; AP_DECLARE_DATA extern const apr_bucket_type_t ap_bucket_type_error; -- 2.50.1