Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Jun 28, 2024
1 parent 382bcf0 commit 8f4a88e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/ArviZMCMCChainsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const stats_key_map = Dict(
:numerical_error => :diverging,
)

headtail(x) = x[1], x[2:end]

function split_locname(name::AbstractString)
endswith(name, "]") || return name, ()
basename, index = rsplit(name[1:end-1], "["; limit=2)
Expand Down

0 comments on commit 8f4a88e

Please sign in to comment.