summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-08-24 05:18:53 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-08-24 05:18:53 +0000
commit9a74f50800124dfc1ce53c896775b4af0d82f2a0 (patch)
tree98156337f1e4300ef6a139091974e8f24823f7a1 /modules/experimental
parent5ce230a0375b273d93aae354a4f187d579e606b8 (diff)
downloadhttpd-9a74f50800124dfc1ce53c896775b4af0d82f2a0.tar.gz
Some unused local variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569251 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/mod_example.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c
index 5d605ce7f4..ff09d2cfe4 100644
--- a/modules/experimental/mod_example.c
+++ b/modules/experimental/mod_example.c
@@ -969,8 +969,7 @@ static void x_insert_error_filter(request_rec *r)
static int x_handler(request_rec *r)
{
x_cfg *dcfg;
- int result;
- char *note, *conn_trace;
+ char *note;
void *conn_data;
apr_status_t status;