Skip to content

Commit 6fd6287

Browse files
committed
remove unused roottask constant
1 parent decb802 commit 6fd6287

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

base/initdefs.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ the keyboard shortcut `^D`.
2828
exit(n) = ccall(:jl_exit, Cvoid, (Int32,), n)
2929
exit() = exit(0)
3030

31-
const roottask = current_task()
32-
3331
is_interactive = false
3432

3533
"""

0 commit comments

Comments
 (0)