summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2024-07-10 22:48:37 (GMT)
committerGitHub <noreply@github.com>2024-07-10 22:48:37 (GMT)
commit6557af669899f18f8d123f8e1b6c3380d502c519 (patch)
tree69054c6acced74cae1cad6739ae110131c5c4cf1 /configure
parentef10110cd781afe8ddd3e65a54dc2b5ed2cb3187 (diff)
downloadcpython-6557af669899f18f8d123f8e1b6c3380d502c519.zip
cpython-6557af669899f18f8d123f8e1b6c3380d502c519.tar.gz
cpython-6557af669899f18f8d123f8e1b6c3380d502c519.tar.bz2
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 0 insertions, 28 deletions
diff --git a/configure b/configure
index 131ca5f..bbfa805 100755
--- a/configure
+++ b/configure
@@ -795,8 +795,6 @@ MODULE__POSIXSUBPROCESS_FALSE
MODULE__POSIXSUBPROCESS_TRUE
MODULE__PICKLE_FALSE
MODULE__PICKLE_TRUE
-MODULE__OPCODE_FALSE
-MODULE__OPCODE_TRUE
MODULE__LSPROF_FALSE
MODULE__LSPROF_TRUE
MODULE__JSON_FALSE
@@ -29234,28 +29232,6 @@ then :
fi
- if test "$py_cv_module__opcode" != "n/a"
-then :
- py_cv_module__opcode=yes
-fi
- if test "$py_cv_module__opcode" = yes; then
- MODULE__OPCODE_TRUE=
- MODULE__OPCODE_FALSE='#'
-else
- MODULE__OPCODE_TRUE='#'
- MODULE__OPCODE_FALSE=
-fi
-
- as_fn_append MODULE_BLOCK "MODULE__OPCODE_STATE=$py_cv_module__opcode$as_nl"
- if test "x$py_cv_module__opcode" = xyes
-then :
-
-
-
-
-fi
-
-
if test "$py_cv_module__pickle" != "n/a"
then :
py_cv_module__pickle=yes
@@ -31784,10 +31760,6 @@ if test -z "${MODULE__LSPROF_TRUE}" && test -z "${MODULE__LSPROF_FALSE}"; then
as_fn_error $? "conditional \"MODULE__LSPROF\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${MODULE__OPCODE_TRUE}" && test -z "${MODULE__OPCODE_FALSE}"; then
- as_fn_error $? "conditional \"MODULE__OPCODE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${MODULE__PICKLE_TRUE}" && test -z "${MODULE__PICKLE_FALSE}"; then
as_fn_error $? "conditional \"MODULE__PICKLE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5