Cleaned up the testing a bit.
[fw/pdclib] / functions / stdio / fputs.c
index 9a980892adc3f1b8b39ea1e10397160d10fe211c..1df0ebfa465cab4e81be1983fad5bdc5fe38ca56 100644 (file)
@@ -51,7 +51,6 @@ int fputs( const char * _PDCLIB_restrict s, struct _PDCLIB_file_t * _PDCLIB_rest
 
 int main( void )
 {
-    char const * const testfile = "testfile";
     char const * const message = "SUCCESS testing fputs()";
     FILE * fh;
     remove( testfile );