diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 78cd8262..43bbe562 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -408,8 +408,6 @@ void View::InsertZone( Event* zone, Event* parent, Vector& vec ) if( zone->end == -1 ) { - // here be dragons - // this code is not tested, as it's a fallback for edge cases, which haven't happened for( auto zit = it; zit != vec.end(); ++zit ) { (*zit)->parent = zone; @@ -505,7 +503,6 @@ int64_t View::GetZoneEnd( const Event& ev ) const Vector& View::GetParentVector( const Event& ev ) { - // here be dragons if( ev.parent ) { return ev.parent->child;