From: Matthew Fernandez Date: Sat, 5 Jun 2021 18:24:40 +0000 (-0700) Subject: remove unused PYTHON2_VERSION_SHORT configuration variable X-Git-Tag: 2.47.3~8^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b72129b209b289c45c0ccef5ef96e56e53a28cbf;p=graphviz remove unused PYTHON2_VERSION_SHORT configuration variable 32466ecc452102a1fc84f4331c0ed099da4e7edc replicated this from the unified Python support without noticing that it is unused in the Python 2 case. --- diff --git a/configure.ac b/configure.ac index 076690592..e4dbf8a2f 100644 --- a/configure.ac +++ b/configure.ac @@ -1282,7 +1282,6 @@ else else PYTHON2_VERSION_MAJOR=`echo $PYTHON2_VERSION | cut -d '.' -f 1` PYTHON2_VERSION_MINOR=`echo $PYTHON2_VERSION | cut -d '.' -f 2` - PYTHON2_VERSION_SHORT=$PYTHON2_VERSION_MAJOR.$PYTHON2_VERSION_MINOR if test $PYTHON2_VERSION_MAJOR -lt 3; then if test $PYTHON2_VERSION_MAJOR -lt 2; then PYTHON2=