Skip to content

Commit 2dfcd4e

Browse files
committed
minor clean up
1 parent 66485d6 commit 2dfcd4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/abstractinterpret/typeinfer.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ struct JETCallback
231231
analysis_cache::AnalysisCache
232232
end
233233

234-
@static if VERSION v"1.11.0-DEV.798"
234+
@static if VERSION v"1.11.0-DEV.1552" # nothing to do
235+
elseif VERSION v"1.11.0-DEV.798"
235236
function add_jet_callback!(mi::MethodInstance, analysis_cache::AnalysisCache)
236237
callback = JETCallback(analysis_cache)
237238
CC.add_invalidation_callback!(callback, mi)

0 commit comments

Comments
 (0)