summaryrefslogtreecommitdiff
path: root/Include/pythonrun.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 10:35:42 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 10:35:42 +0100
commit776e5861140957692db39fa63b6c1171ddb8508b (patch)
tree9dc319114adc9d14cc382292ae9c12cade2cdac4 /Include/pythonrun.h
parentfe09a54280a56a01402f4cb98c8c6cb4be89654a (diff)
downloadcpython-git-776e5861140957692db39fa63b6c1171ddb8508b.tar.gz
Remove sys.subversion and svn build identification leftovers.
Diffstat (limited to 'Include/pythonrun.h')
-rw-r--r--Include/pythonrun.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index bbcae73d21..2cf929fb4b 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -179,9 +179,6 @@ PyAPI_FUNC(const char *) Py_GetCopyright(void);
PyAPI_FUNC(const char *) Py_GetCompiler(void);
PyAPI_FUNC(const char *) Py_GetBuildInfo(void);
#ifndef Py_LIMITED_API
-PyAPI_FUNC(const char *) _Py_svnversion(void);
-PyAPI_FUNC(const char *) Py_SubversionRevision(void);
-PyAPI_FUNC(const char *) Py_SubversionShortBranch(void);
PyAPI_FUNC(const char *) _Py_hgidentifier(void);
PyAPI_FUNC(const char *) _Py_hgversion(void);
#endif