Skip to content

Commit a3c2798

Browse files
authored
filesystem & binaryplatforms: remove undefined vars from exports (#43631)
1 parent fbe37e1 commit a3c2798

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

base/binaryplatforms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module BinaryPlatforms
44

55
export AbstractPlatform, Platform, HostPlatform, platform_dlext, tags, arch, os,
6-
os_version, libc, compiler_abi, libgfortran_version, libstdcxx_version,
6+
os_version, libc, libgfortran_version, libstdcxx_version,
77
cxxstring_abi, parse_dl_name_version, detect_libgfortran_version,
88
detect_libstdcxx_version, detect_cxxstring_abi, call_abi, wordsize, triplet,
99
select_platform, platforms_match, platform_name

base/filesystem.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ export File,
4545
JL_O_CREAT,
4646
JL_O_EXCL,
4747
JL_O_TRUNC,
48-
JL_O_TEMPORARY,
49-
JL_O_SHORT_LIVED,
50-
JL_O_SEQUENTIAL,
51-
JL_O_RANDOM,
5248
JL_O_NOCTTY,
5349
S_IRUSR, S_IWUSR, S_IXUSR, S_IRWXU,
5450
S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXG,

0 commit comments

Comments
 (0)