From d1a39e48fe34d7c0c7ec00a2341fa00982532a5a Mon Sep 17 00:00:00 2001 From: Stefan Pranger Date: Mon, 1 Mar 2021 18:30:45 +0100 Subject: [PATCH] removed unused template instantiations --- src/storm/shields/AbstractShield.cpp | 3 --- src/storm/shields/PreSafetyShield.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/storm/shields/AbstractShield.cpp b/src/storm/shields/AbstractShield.cpp index 41322b837..62944b7d9 100644 --- a/src/storm/shields/AbstractShield.cpp +++ b/src/storm/shields/AbstractShield.cpp @@ -21,9 +21,6 @@ namespace tempest { // Explicitly instantiate appropriate template class AbstractShield::index_type>; - template class AbstractShield::index_type>; - template class AbstractShield::index_type>; - template class AbstractShield::index_type>; #ifdef STORM_HAVE_CARL template class AbstractShield::index_type>; #endif diff --git a/src/storm/shields/PreSafetyShield.cpp b/src/storm/shields/PreSafetyShield.cpp index 5b45e8b7f..7cb944299 100644 --- a/src/storm/shields/PreSafetyShield.cpp +++ b/src/storm/shields/PreSafetyShield.cpp @@ -20,9 +20,6 @@ namespace tempest { } // Explicitly instantiate appropriate template class PreSafetyShield::index_type>; - template class PreSafetyShield::index_type>; - template class PreSafetyShield::index_type>; - template class PreSafetyShield::index_type>; #ifdef STORM_HAVE_CARL template class PreSafetyShield::index_type>; #endif