Skip to content

Commit

Permalink
wip: update to LoweredCodeUtils@2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed May 16, 2024
1 parent a12f4aa commit afd4412
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 118 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ InteractiveUtils = "1.10"
JuliaInterpreter = "0.9"
Libdl = "1.10"
Logging = "1.10"
LoweredCodeUtils = "2.2 - 2.3" # TODO update to 2.4
LoweredCodeUtils = "2.4.5"
MacroTools = "0.5.6"
Pkg = "1.10"
PrecompileTools = "1"
Expand Down
2 changes: 0 additions & 2 deletions src/JET.jl
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ include("abstractinterpret/typeinfer.jl")

function print_report end

include("toplevel/graph.jl")

const JULIA_SYNTAX_ENABLED = !(Base.get_bool_env("JULIA_USE_FLISP_PARSER", false))

include("toplevel/virtualprocess.jl")
Expand Down
115 changes: 0 additions & 115 deletions src/toplevel/graph.jl

This file was deleted.

0 comments on commit afd4412

Please sign in to comment.