From a73a964e51247ed169d322c725a3a18859f109a3 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Mon, 14 Jun 2021 00:00:37 +0000 Subject: python, hg: tow outside the environment. they've served us well, and can ride off into the sunset. --- sys/src/cmd/python/Python/getversion.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sys/src/cmd/python/Python/getversion.c (limited to 'sys/src/cmd/python/Python/getversion.c') diff --git a/sys/src/cmd/python/Python/getversion.c b/sys/src/cmd/python/Python/getversion.c deleted file mode 100644 index 7af16fc81..000000000 --- a/sys/src/cmd/python/Python/getversion.c +++ /dev/null @@ -1,15 +0,0 @@ - -/* Return the full version string. */ - -#include "Python.h" - -#include "patchlevel.h" - -const char * -Py_GetVersion(void) -{ - static char version[250]; - PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s", - PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); - return version; -} -- cgit v1.2.3