From b322eab1d33df5c8ae4ac6484ecbc3bf5b77ae78 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Sun, 3 Oct 2021 14:01:11 -0400 Subject: [PATCH] GeoModelRead: Fix compilation warning. Unused variable. --- GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp b/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp index cfaa7c8ea..ee23a88a1 100644 --- a/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp +++ b/GeoModelIO/GeoModelRead/src/ReadGeoModel.cpp @@ -1851,7 +1851,6 @@ GeoShape* ReadGeoModel::buildShape(const unsigned int shapeId, type_shapes_boole } else if (type == "TwistedTrap") { // shape constructor parameters - const GeoTwistedTrap* shapeIn = dynamic_cast<const GeoTwistedTrap*>(shape); double PhiTwist = 0; double ZHalfLength = 0.; double Theta = 0.; -- GitLab