summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-10-15 04:39:21 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-10-15 17:57:47 +0200
commite693b9ed563c846c9c7d1d3a378dd5574550722c (patch)
treef458a9c9d54f5c15b2fcc127a4849cd1d81bb050 /testsuites/libtests/mghttpd01
parentRemove unused var "service". Move #include "test-http-client.h" after std-hea... (diff)
downloadrtems-e693b9ed563c846c9c7d1d3a378dd5574550722c.tar.bz2
Remove unused var "sc".
Diffstat (limited to 'testsuites/libtests/mghttpd01')
-rw-r--r--testsuites/libtests/mghttpd01/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/libtests/mghttpd01/init.c b/testsuites/libtests/mghttpd01/init.c
index 5d85aae4a8..dc6dd9c32a 100644
--- a/testsuites/libtests/mghttpd01/init.c
+++ b/testsuites/libtests/mghttpd01/init.c
@@ -172,7 +172,6 @@ static void test_mg_callback(void)
static void test_mongoose(void)
{
- rtems_status_code sc = RTEMS_SUCCESSFUL;
const char *options[] = {
"listening_ports", "80",
"document_root", "/www/",