Skip to content

Commit 289eed7

Browse files
authored
remove Identity codec completely (#41)
1 parent 049241b commit 289eed7

File tree

4 files changed

+0
-57
lines changed

4 files changed

+0
-57
lines changed

src/TranscodingStreams.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ include("codec.jl")
1616
include("state.jl")
1717
include("stream.jl")
1818
include("io.jl")
19-
include("identity.jl")
2019
include("noop.jl")
2120
include("transcode.jl")
2221
include("testtools.jl")

src/identity.jl

Lines changed: 0 additions & 47 deletions
This file was deleted.

test/codecidentity.jl

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ end
129129
include("codecnoop.jl")
130130
include("codecinvalid.jl")
131131
include("codecquadruple.jl")
132-
include("codecidentity.jl") # deprecated codec
133132

134133
# Test third-party codec packages.
135134
for pkg in ["CodecZlib", "CodecBzip2", "CodecXz", "CodecZstd", "CodecBase"]

0 commit comments

Comments
 (0)