Skip to content

Commit bd3469a

Browse files
committed
Use Clang 0.14 generation
1 parent 397c6fc commit bd3469a

File tree

7 files changed

+507
-498
lines changed

7 files changed

+507
-498
lines changed

src/CodecZstd.jl

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,7 @@ import TranscodingStreams:
1717

1818
using Zstd_jll
1919

20-
module LibZstd
21-
using CEnum
22-
import Zstd_jll: libzstd
23-
24-
const ZDICTLIB_VISIBILITY = nothing
25-
const ZSTDLIB_VISIBILITY = nothing
26-
const ZSTDERRORLIB_VISIBILITY = nothing
27-
const INT_MAX = typemax(Cint)
28-
29-
include(joinpath("libzstd", "libzstd_common.jl"))
30-
include(joinpath("libzstd", "libzstd_api.jl"))
31-
end
32-
20+
include(joinpath("libzstd","LibZstd.jl"))
3321
include("libzstd.jl")
3422
include("compression.jl")
3523
include("decompression.jl")

0 commit comments

Comments
 (0)