Skip to content

Commit 812d71d

Browse files
authored
Remove DataSets._current_project (#53)
1 parent ad3c9a9 commit 812d71d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DataSets.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ Additional projects may be added or removed from the stack with `pushfirst!`,
139139
"""
140140
PROJECT = StackedDataProject()
141141

142-
# deprecated. TODO: Remove dependency on this from JuliaHub
143-
_current_project = DataProject()
144-
145142
_isprecompiling() = ccall(:jl_generating_output, Cint, ()) == 1
146143

147144
function __init__()

0 commit comments

Comments
 (0)