Skip to content

Commit 28905bc

Browse files
committed
Remove unneeded getsym method
1 parent 1e3d77d commit 28905bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/varname.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,3 @@ Possibly existing indices of `varname` are neglected.
4141
) where {s,missings,_F,_a,_T}
4242
return s in missings
4343
end
44-
45-
# HACK: Type-piracy. Is this really the way to go?
46-
AbstractPPL.getsym(::AbstractVector{<:VarName{sym}}) where {sym} = sym

0 commit comments

Comments
 (0)