Skip to content

Commit

Permalink
chore: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed Apr 29, 2024
1 parent 48f1e2b commit 3ca008b
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import play.api.http.MimeTypes
import smithy4s.capability.instances.either._
import smithy4s.codecs.Writer.CachedCompiler
import smithy4s.codecs._
import smithy4s.http.{ HttpResponse, HttpRestSchema, Metadata, MetadataError }
import smithy4s.http.{HttpResponse, HttpRestSchema, Metadata, MetadataError}
import smithy4s.json.Json
import smithy4s.kinds.PolyFunction
import smithy4s.schema.{ CachedSchemaCompiler, Schema }
import smithy4s.schema.CachedSchemaCompiler
import smithy4s.xml.Xml
import smithy4s.{ codecs, Blob, PartialData }
import smithy4s.{Blob, codecs}

case class CodecDecider(readerConfig: ReaderConfig) {

Expand Down Expand Up @@ -87,13 +87,6 @@ case class CodecDecider(readerConfig: ReaderConfig) {
_ => Right(())
)(eitherZipper)

def test(): Unit = {
val x = metadataEncoder.mapK(
httpRequestMetadataPipe
)

}

def httpMessageEncoder(
contentType: Seq[String]
): CachedCompiler[HttpResponse[Blob]] =
Expand Down

0 comments on commit 3ca008b

Please sign in to comment.