From 7a98be2efbdc44a6271e3bf6117a1e6c77828414 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 16 Aug 2007 14:35:24 +0000 Subject: Remove RISCOS support --- RISCOS/Python/getcwd_riscos.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 RISCOS/Python/getcwd_riscos.c (limited to 'RISCOS/Python/getcwd_riscos.c') diff --git a/RISCOS/Python/getcwd_riscos.c b/RISCOS/Python/getcwd_riscos.c deleted file mode 100644 index 0239e6ef742..00000000000 --- a/RISCOS/Python/getcwd_riscos.c +++ /dev/null @@ -1,5 +0,0 @@ -char *getcwd(char *buf, int size) -{ - buf[0] = '\0'; - return buf; -} -- cgit v1.2.3