Browse Source

Removed unused variable

tempestpy_adaptions
Matthias Volk 6 years ago
parent
commit
9ef0c07db5
  1. 1
      src/storm-dft/transformations/DftToGspnTransformator.cpp

1
src/storm-dft/transformations/DftToGspnTransformator.cpp

@ -7,7 +7,6 @@ namespace storm {
namespace dft { namespace dft {
// Prevent some magic constants // Prevent some magic constants
static constexpr const uint64_t defaultPriority = 1;
static constexpr const uint64_t defaultCapacity = 1; static constexpr const uint64_t defaultCapacity = 1;
template<typename ValueType> template<typename ValueType>

Loading…
Cancel
Save