X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffputs.c;h=1df0ebfa465cab4e81be1983fad5bdc5fe38ca56;hp=9a980892adc3f1b8b39ea1e10397160d10fe211c;hb=3956a4f15134f471663136d51626523ccff4e9ba;hpb=8f80da097704e9bdfd7a78c27a07f2f92b584846 diff --git a/functions/stdio/fputs.c b/functions/stdio/fputs.c index 9a98089..1df0ebf 100644 --- a/functions/stdio/fputs.c +++ b/functions/stdio/fputs.c @@ -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 );