]> granicus.if.org Git - graphviz/commitdiff
remove unused PYTHON2_VERSION_SHORT configuration variable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 18:24:40 +0000 (11:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 01:26:02 +0000 (18:26 -0700)
32466ecc452102a1fc84f4331c0ed099da4e7edc replicated this from the unified Python
support without noticing that it is unused in the Python 2 case.

configure.ac

index 076690592ec13ab4772cfc050948998f642a4bee..e4dbf8a2f79ae049e783960d4f542a21311e2f1e 100644 (file)
@@ -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=