diff --git a/storm/array/TSBaseArray.hpp b/storm/array/TSBaseArray.hpp index aa1768b..ea008af 100644 --- a/storm/array/TSBaseArray.hpp +++ b/storm/array/TSBaseArray.hpp @@ -21,7 +21,6 @@ class TSBaseArray { template T& TSBaseArray::operator[](uint32_t i) { - this->CheckArrayBounds(i); return this->m_data[i]; }