Remove unused var "sc".

This commit is contained in:
Ralf Corsépius
2012-10-15 04:39:21 +02:00
parent b9e9dab9ef
commit e693b9ed56

View File

@@ -172,7 +172,6 @@ static void test_mg_callback(void)
static void test_mongoose(void) static void test_mongoose(void)
{ {
rtems_status_code sc = RTEMS_SUCCESSFUL;
const char *options[] = { const char *options[] = {
"listening_ports", "80", "listening_ports", "80",
"document_root", "/www/", "document_root", "/www/",