Skip to content

Commit

Permalink
remove MacroTools
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 committed May 12, 2022
1 parent 4e0e60c commit 2d9ecd4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ CodeInfoTools = "bc773b8a-8374-437a-b9f2-0e9785855863"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Expand Down
1 change: 0 additions & 1 deletion src/Libtask.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module Libtask
using CodeInfoTools
using FunctionWrappers: FunctionWrapper
using LRUCache
using MacroTools

export TapedTask, consume, produce
export TArray, tzeros, tfill, TRef
Expand Down
2 changes: 1 addition & 1 deletion src/tapedfunction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ end
rethrow(e);
end
end
body = MacroTools.striplines(body)
Base.remove_linenums!(body)
# inject arguments
call_args = body.args[1].args[1].args[2].args[2].args
for i in 1:arity
Expand Down

0 comments on commit 2d9ecd4

Please sign in to comment.