summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-09 05:24:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-09 05:24:01 +0000
commit87adad480a7b782fae83930430b0a867345187d2 (patch)
tree5973e8650d97e110b0ec869da14996396bddcc50 /testsuites
parent2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-87adad480a7b782fae83930430b0a867345187d2.tar.bz2
2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxpasswd02/init.c: Remove unused variable.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psxpasswd02/init.c1
1 files changed, 0 insertions, 1 deletions
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;