Skip to content

Commit

Permalink
Merge pull request #458 from JuliaParallel/jps/no-export-bytes
Browse files Browse the repository at this point in the history
Don't export Bytes constants
  • Loading branch information
jpsamaroo authored Nov 29, 2023
2 parents 60fbf0f + d32d17c commit 6727365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import Base: convert, +, *, /, -, isless

###### Filesize algebra ######

export B, kB, MB, GB, TB

struct Bytes
val::Float64
end
Expand Down

0 comments on commit 6727365

Please sign in to comment.