Skip to content

Commit 6727365

Browse files
authored
Merge pull request #458 from JuliaParallel/jps/no-export-bytes
Don't export Bytes constants
2 parents 60fbf0f + d32d17c commit 6727365

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/util.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import Base: convert, +, *, /, -, isless
22

33
###### Filesize algebra ######
44

5-
export B, kB, MB, GB, TB
6-
75
struct Bytes
86
val::Float64
97
end

0 commit comments

Comments
 (0)