From 0984481d99a0c57116da1fcf413feb280248e205 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Mon, 5 Oct 2020 10:06:49 +0200
Subject: [PATCH] remove dead code

Remys comments
---
 Framework/Logging/CMakeLists.txt         | 1 -
 Framework/StackInterface/SecondaryView.h | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/Framework/Logging/CMakeLists.txt b/Framework/Logging/CMakeLists.txt
index 09da545c1..8aa0abe3c 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 c8212a93e..dcdcab812 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
-- 
GitLab