summaryrefslogtreecommitdiffstats
path: root/Include/cpython
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-05-18 02:17:01 (GMT)
committerGitHub <noreply@github.com>2019-05-18 02:17:01 (GMT)
commit410759fba80aded5247b693c60745aa16906f3bb (patch)
treefd520f89cfd501f12bdaccab77ddb965ba984f20 /Include/cpython
parentbab0db6076900cd828588be8595b3cdfade7e7e9 (diff)
downloadcpython-410759fba80aded5247b693c60745aa16906f3bb.zip
cpython-410759fba80aded5247b693c60745aa16906f3bb.tar.gz
cpython-410759fba80aded5247b693c60745aa16906f3bb.tar.bz2
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Diffstat (limited to 'Include/cpython')
-rw-r--r--Include/cpython/coreconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/cpython/coreconfig.h b/Include/cpython/coreconfig.h
index ca71c15..a71f161 100644
--- a/Include/cpython/coreconfig.h
+++ b/Include/cpython/coreconfig.h
@@ -353,9 +353,6 @@ typedef struct {
wchar_t *base_prefix; /* sys.base_prefix */
wchar_t *exec_prefix; /* sys.exec_prefix */
wchar_t *base_exec_prefix; /* sys.base_exec_prefix */
-#ifdef MS_WINDOWS
- wchar_t *dll_path; /* Windows DLL path */
-#endif
/* --- Parameter only used by Py_Main() ---------- */