From dd15e6019383e0ca54137628f29d08690e0efa79 Mon Sep 17 00:00:00 2001 From: dehnert Date: Thu, 27 Mar 2014 10:37:26 +0100 Subject: [PATCH] Removed faulty deletion of cudd utility (is obsolete now anyway). Former-commit-id: 743c59ceca680284a4bb6a23aac1a7e3081d6d31 --- src/storm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storm.cpp b/src/storm.cpp index ef23b9f2f..81e77cf11 100644 --- a/src/storm.cpp +++ b/src/storm.cpp @@ -240,7 +240,7 @@ void setUp() { * Performs some necessary clean-up. */ void cleanUp() { - delete storm::utility::cuddUtilityInstance(); + // Intentionally left empty. } /*!