From: Matthias Maier <tamiko@43-1.org>
Date: Fri, 7 Jul 2023 00:10:16 +0000 (-0500)
Subject: remove redundant else branch
X-Git-Tag: relicensing~733^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15673%2Fhead;p=dealii.git

remove redundant else branch
---

diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h
index 095dddd9cb..ad1490ce76 100644
--- a/include/deal.II/matrix_free/fe_evaluation.h
+++ b/include/deal.II/matrix_free/fe_evaluation.h
@@ -3933,8 +3933,6 @@ FEEvaluationBase<dim, n_components_, Number, is_face, VectorizedArrayType>::
               ->component_dof_indices_offset[this->active_fe_index]
                                             [this->first_selected_component] *
             dof_info.dof_indices_interleave_strides[ind][cells[v]];
-      else
-        dof_indices[v] = numbers::invalid_unsigned_int;
     }
 
   // In the case with contiguous cell indices, we know that there are no