From 22397d3d35b4bcc519c972ddc38a8dccd8439879 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Oct 2009 13:26:25 +0000 Subject: Remove __P (unused anachronism). --- testsuites/psxtests/psxmount/test.c | 4 ---- testsuites/psxtests/psxreaddir/test.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c index e72cb689ed..43a3e609b0 100644 --- a/testsuites/psxtests/psxmount/test.c +++ b/testsuites/psxtests/psxmount/test.c @@ -40,10 +40,6 @@ DIR *directory2; DIR *directory3; DIR *directory_not; -#ifndef __P -#define __P(args)() -#endif - char *dnames[] = { "a", "b", diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c index 9d187e57fe..eba7a692e1 100644 --- a/testsuites/psxtests/psxreaddir/test.c +++ b/testsuites/psxtests/psxreaddir/test.c @@ -36,10 +36,6 @@ DIR *directory2; DIR *directory3; DIR *directory_not; -#ifndef __P -#define __P(args)() -#endif - /* int scandir ( const char *dirname, struct dirent *** namelist, -- cgit v1.2.3