From 87adad480a7b782fae83930430b0a867345187d2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Aug 2010 05:24:01 +0000 Subject: =?UTF-8?q?2010-08-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psxpasswd02/init.c: Remove unused variable. --- testsuites/psxtests/psxpasswd02/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/psxtests/psxpasswd02/init.c') diff --git a/testsuites/psxtests/psxpasswd02/init.c b/testsuites/psxtests/psxpasswd02/init.c index 2a78becfaf..faeaab6053 100644 --- a/testsuites/psxtests/psxpasswd02/init.c +++ b/testsuites/psxtests/psxpasswd02/init.c @@ -66,7 +66,6 @@ rtems_task Init( int status = -1; char str[100] = {0}; int max_int = INT_MAX; - int limit_value = 0; FILE *fp = NULL; -- cgit v1.2.3