pjfanning opened a new pull request, #761:
URL: https://github.com/apache/pekko-connectors/pull/761

   compile warning in build:
   
   ```
   [warn] 
/code/incubator-pekko-connectors/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/RequestRunner.scala:36:32:
 parameter sys in class RequestRunner is never used
   [warn] class RequestRunner()(implicit sys: ActorSystem, ec: 
ExecutionContext, mat: Materializer) {
   [warn]    
   ```
   
   aws-spi-pekko-http is a new module in Pekko 1.1 so I think it is ok to 
remove this implicit param.
   


-- 
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