Skip to content

Commit 2d9ecd4

Browse files
committed
remove MacroTools
1 parent 4e0e60c commit 2d9ecd4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CodeInfoTools = "bc773b8a-8374-437a-b9f2-0e9785855863"
1010
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
1111
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13-
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1413
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1514

1615
[compat]

src/Libtask.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module Libtask
33
using CodeInfoTools
44
using FunctionWrappers: FunctionWrapper
55
using LRUCache
6-
using MacroTools
76

87
export TapedTask, consume, produce
98
export TArray, tzeros, tfill, TRef

src/tapedfunction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ end
192192
rethrow(e);
193193
end
194194
end
195-
body = MacroTools.striplines(body)
195+
Base.remove_linenums!(body)
196196
# inject arguments
197197
call_args = body.args[1].args[1].args[2].args[2].args
198198
for i in 1:arity

0 commit comments

Comments
 (0)