pjfanning commented on code in PR #311:
URL: 
https://github.com/apache/incubator-pekko-http/pull/311#discussion_r1311573115


##########
http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala:
##########
@@ -260,15 +260,6 @@ private[http] object StreamUtils {
       }
   }
 
-  /**
-   * Similar idea than [[FlowOps.statefulMapConcat]] but for a simple map.
-   */
-  def statefulMap[T, U](functionConstructor: () => T => U): Flow[T, U, 
NotUsed] =
-    Flow[T].statefulMapConcat { () =>

Review Comment:
   I'm not against taking this out then but can you locally run `sbt 
mimaReportBinaryIssues` on this branch? I think there will be an issue and that 
you will need to add a mima-filters file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to