diff --git a/OPAL/br/src/main/scala/org/opalj/br/fpcf/properties/cg/Callees.scala b/OPAL/br/src/main/scala/org/opalj/br/fpcf/properties/cg/Callees.scala index 27626872e7..7173659a5e 100644 --- a/OPAL/br/src/main/scala/org/opalj/br/fpcf/properties/cg/Callees.scala +++ b/OPAL/br/src/main/scala/org/opalj/br/fpcf/properties/cg/Callees.scala @@ -329,7 +329,6 @@ sealed class ConcreteCallees( indirectCallParameters: IntMap[IntMap[Seq[Option[(ValueInformation, br.PCs)]]]] ): Callees = { val cId = callerContext.id - directCalleesIds.updateWith(cId, directCallees, (o, n) => o.unionWith(n, (_, l, r) => l ++ r)) new ConcreteCallees( directCalleesIds.updateWith( cId,