Skip to content

Commit

Permalink
filesystem & binaryplatforms: remove undefined vars from exports (Jul…
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jan 3, 2022
1 parent fbe37e1 commit a3c2798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion base/binaryplatforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module BinaryPlatforms

export AbstractPlatform, Platform, HostPlatform, platform_dlext, tags, arch, os,
os_version, libc, compiler_abi, libgfortran_version, libstdcxx_version,
os_version, libc, libgfortran_version, libstdcxx_version,
cxxstring_abi, parse_dl_name_version, detect_libgfortran_version,
detect_libstdcxx_version, detect_cxxstring_abi, call_abi, wordsize, triplet,
select_platform, platforms_match, platform_name
Expand Down
4 changes: 0 additions & 4 deletions base/filesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ export File,
JL_O_CREAT,
JL_O_EXCL,
JL_O_TRUNC,
JL_O_TEMPORARY,
JL_O_SHORT_LIVED,
JL_O_SEQUENTIAL,
JL_O_RANDOM,
JL_O_NOCTTY,
S_IRUSR, S_IWUSR, S_IXUSR, S_IRWXU,
S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXG,
Expand Down

0 comments on commit a3c2798

Please sign in to comment.