From: Ryan Bloom Date: Fri, 28 Sep 2001 13:48:43 +0000 (+0000) Subject: Remove SMS from the error bucket. SMS is going away now, it isn't really X-Git-Tag: 2.0.26~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53ae8f06b60d79e9e09f6253cc1bb1f57f2a4e0a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index b6073da0922..9ca5bc8266d 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;