Skip to content

Commit 65a74bf

Browse files
authored
[Prefix] Remove unused global_prefix variable (#203)
1 parent 030c6e4 commit 65a74bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Prefix.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ function temp_prefix(func::Function)
4545
end
4646
end
4747

48-
# This is the default prefix that things get saved to, it is initialized within
49-
# __init__() on first module load.
50-
global_prefix = nothing
5148
struct Prefix
5249
path::String
5350

0 commit comments

Comments
 (0)