summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-09-28 13:48:43 +0000
committerRyan Bloom <rbb@apache.org>2001-09-28 13:48:43 +0000
commit53ae8f06b60d79e9e09f6253cc1bb1f57f2a4e0a (patch)
tree81002101203b436db4733c0dedcf0e3c3f5f1c5b /include/http_protocol.h
parentde0647fa3ceb5ba9416adc8a43e6b492ab308b50 (diff)
downloadhttpd-53ae8f06b60d79e9e09f6253cc1bb1f57f2a4e0a.tar.gz
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
Diffstat (limited to 'include/http_protocol.h')
-rw-r--r--include/http_protocol.h2
1 files changed, 0 insertions, 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;