]> granicus.if.org Git - graphviz/commitdiff
remove unused PYTHON3_VERSION_SHORT configuration variable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 18:25:33 +0000 (11:25 -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 it is unused in the Python 3 case.

configure.ac

index e4dbf8a2f79ae049e783960d4f542a21311e2f1e..a3d4f34f519959c8222ebf4e825f1bccd01afca6 100644 (file)
@@ -1349,7 +1349,6 @@ else
         else
           PYTHON3_VERSION_MAJOR=`echo $PYTHON3_VERSION | cut -d '.' -f 1`
           PYTHON3_VERSION_MINOR=`echo $PYTHON3_VERSION | cut -d '.' -f 2`
-          PYTHON3_VERSION_SHORT=$PYTHON3_VERSION_MAJOR.$PYTHON3_VERSION_MINOR
           if test $PYTHON3_VERSION_MAJOR -lt 3; then
             if test $PYTHON3_VERSION_MAJOR -lt 2; then
              PYTHON3=