Skip to content

Commit da0171e

Browse files
committed
(Remove compat 1.8 note)
1 parent fa03f38 commit da0171e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/Profile/src/Allocs.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ Profile.Allocs.Alloc(Vector{Any}, Base.StackTraces.StackFrame[_new_array_ at arr
5353
5454
You can read more about the missing types and the plan to improve this, here:
5555
https://github.com/JuliaLang/julia/issues/43688.
56-
57-
!!! compat "Julia 1.8"
58-
The allocation profiler was added in Julia 1.8.
5956
"""
6057
macro profile(opts, ex)
6158
_prof_expr(ex, opts)

0 commit comments

Comments
 (0)