IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0984481d authored by ralfulrich's avatar ralfulrich
Browse files

remove dead code

Remys comments
parent 63cd55ac
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ target_include_directories ( ...@@ -25,7 +25,6 @@ target_include_directories (
INTERFACE INTERFACE
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include> $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>
$<INSTALL_INTERFACE:include/> $<INSTALL_INTERFACE:include/>
# C8::ext:boost
) )
# and link against spdlog # and link against spdlog
......
...@@ -338,11 +338,6 @@ namespace corsika::stack { ...@@ -338,11 +338,6 @@ namespace corsika::stack {
InnerStackTypeRef::nDeleted_++; // also count in SecondaryView 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 * return next particle from stack, need to overwrtie Stack::GetNextParticle to get
* right reference * right reference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment