Skip to content

Commit a174790

Browse files
authored
docs: don't mention *_splitpath (no longer exists) (#1155)
1 parent 56895d1 commit a174790

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/src/jll.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ defines the following variables:
157157

158158
Roughly speaking, the value of this variable is the basename of the shared
159159
library, not its full absolute path;
160-
* `libdataproc_splitpath`: the path of the shared library, relative to
161-
`artifact_dir`, as returned by
162-
[`splitpath`](https://docs.julialang.org/en/v1/base/file/#Base.Filesystem.splitpath);
163160
* `libdataproc_path`: the full absolute path of the shared library. Note that
164161
this is not `const`, thus it can't be used in `ccall`;
165162
* `libdataproc_handle`: the address in memory of the shared library after it has
@@ -202,9 +199,6 @@ that the executable will find all shared libraries it needs while running.
202199
In addition to the function called `mungify_exe`, for this product there will be
203200
the following unexported variables:
204201

205-
* `mungify_exe_splitpath`: the path of the executable, relative to
206-
`artifact_dir`, as returned by
207-
[`splitpath`](https://docs.julialang.org/en/v1/base/file/#Base.Filesystem.splitpath);
208202
* `mungify_exe_path`: the full absolute path of the executable;
209203

210204
### FileProduct

0 commit comments

Comments
 (0)