diff --git a/Framework/Logging/CMakeLists.txt b/Framework/Logging/CMakeLists.txt index 09da545c1f1588e5aafb2cead512ce2b2e68773c..8aa0abe3cebd3f9c5b18b05a6082d7ca2c36ef61 100644 --- a/Framework/Logging/CMakeLists.txt +++ b/Framework/Logging/CMakeLists.txt @@ -25,7 +25,6 @@ target_include_directories ( INTERFACE $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include> $<INSTALL_INTERFACE:include/> -# C8::ext:boost ) # and link against spdlog diff --git a/Framework/StackInterface/SecondaryView.h b/Framework/StackInterface/SecondaryView.h index c8212a93ed873baa5bbbf3a7ddb15f4f302c1d75..dcdcab8127e6217bfc4f75d68787ae92b80a9178 100644 --- a/Framework/StackInterface/SecondaryView.h +++ b/Framework/StackInterface/SecondaryView.h @@ -338,11 +338,6 @@ namespace corsika::stack { InnerStackTypeRef::nDeleted_++; // also count in SecondaryView } - /** - * need overwrite Stack::Delete, since we want to call SecondaryView::DeleteLast - */ - // void Delete(ParticleInterfaceType p) { Delete(p.GetIterator()); } - /** * return next particle from stack, need to overwrtie Stack::GetNextParticle to get * right reference