summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 21:51:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 21:51:54 +0000
commit3a9fc7dd40e658a84173ff3d5422f23168b52220 (patch)
treeec0202569287e2417d6f324a8f4edb4c8db6bcfa
parentnew files (diff)
downloadrtems-3a9fc7dd40e658a84173ff3d5422f23168b52220.tar.bz2
unused variable
-rw-r--r--c/src/tests/psxtests/psxhdrs/time08.c1
-rw-r--r--testsuites/psxtests/psxhdrs/time08.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/time08.c b/c/src/tests/psxtests/psxhdrs/time08.c
index b49c2b13df..8cc03305eb 100644
--- a/c/src/tests/psxtests/psxhdrs/time08.c
+++ b/c/src/tests/psxtests/psxhdrs/time08.c
@@ -17,7 +17,6 @@
void test( void )
{
- char *buffer;
time_t time;
struct tm *timestruct;
diff --git a/testsuites/psxtests/psxhdrs/time08.c b/testsuites/psxtests/psxhdrs/time08.c
index b49c2b13df..8cc03305eb 100644
--- a/testsuites/psxtests/psxhdrs/time08.c
+++ b/testsuites/psxtests/psxhdrs/time08.c
@@ -17,7 +17,6 @@
void test( void )
{
- char *buffer;
time_t time;
struct tm *timestruct;