diff --git a/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigMultiTrkComboHypo.h b/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigMultiTrkComboHypo.h
index 80315771043cb201a18e25fd4323fee52ec4fc16..8d497279ee3e1f16522a06d3509978c574f83d68 100644
--- a/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigMultiTrkComboHypo.h
+++ b/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigMultiTrkComboHypo.h
@@ -48,8 +48,6 @@ class TrigMultiTrkComboHypo: public ::ComboHypo {
   virtual StatusCode finalize() override;
 
  protected:
-  // the vertexing tool is not reentrant so this algorithm cannot be used reentrantly
-  bool isReEntrant() const override { return false; }
 
  private:
   StatusCode executeL2(const EventContext& context) const;