diff options
Diffstat (limited to 'Modules/main.c')
-rw-r--r-- | Modules/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/main.c b/Modules/main.c index 801804b..5abf2a6 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -47,12 +47,6 @@ extern char *optarg; extern int getopt(); /* PROTO((int, char **, char *)); -- not standardized */ -/* Subroutines that live in their own file */ -extern char *Py_GetVersion(); -extern char *Py_GetPlatform(); -extern char *Py_GetCopyright(); - - /* For Py_GetArgcArgv(); set by main() */ static char **orig_argv; static int orig_argc; |