diff options
Diffstat (limited to 'Python/getversion.c')
-rw-r--r-- | Python/getversion.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/getversion.c b/Python/getversion.c index c697f43..4553357 100644 --- a/Python/getversion.c +++ b/Python/getversion.c @@ -35,9 +35,6 @@ PERFORMANCE OF THIS SOFTWARE. #include "patchlevel.h" -extern const char *Py_GetCompiler(); -extern const char *Py_GetBuildInfo(); - const char * Py_GetVersion() { |