Skip to content

Commit e2c4148

Browse files
fixup! fix: fix stack overflow for methods using symbolic_container to define a fallback
1 parent c09f075 commit e2c4148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/symbol_cache.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ function SymbolCache(vars = nothing, params = nothing, indepvars = nothing;
7171
defaults)
7272
end
7373

74-
symbolic_container(sc::SymbolCache) = sc
75-
7674
function is_variable(sc::SymbolCache, sym)
7775
sc.variables === nothing && return false
7876
if symbolic_type(sym) == NotSymbolic()

0 commit comments

Comments
 (0)