Commit ee893053 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove SMS from the error bucket. SMS is going away now, it isn't really

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
parent 96ac3c60
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;