Skip to content

Commit 55ca2ec

Browse files
committed
Refactor: Make wvd a constant global
1 parent 187ce45 commit 55ca2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function exprtype(x::BasicSymbolic)
7777
end
7878
end
7979

80-
wvd = WeakValueDict{UInt, BasicSymbolic}()
80+
const wvd = WeakValueDict{UInt, BasicSymbolic}()
8181

8282
# Same but different error messages
8383
@noinline error_on_type() = error("Internal error: unreachable reached!")

0 commit comments

Comments
 (0)