]> granicus.if.org Git - apache/commitdiff
Remove SMS from the error bucket. SMS is going away now, it isn't really
authorRyan Bloom <rbb@apache.org>
Fri, 28 Sep 2001 13:48:43 +0000 (13:48 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 28 Sep 2001 13:48:43 +0000 (13:48 +0000)
used anyplace anymore.
Submitted by: "Sander Striker" <striker@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91176 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index b6073da0922ea69274865f15abdc8ecc4a85f42f..9ca5bc8266d642ee569a302f6ab8704ee4468810 100644 (file)
@@ -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;