Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 17, 2024
1 parent fb244b4 commit f794e28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/caching.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ function clear_disk_cache!()
return nothing
end

_parse_filename(fn) = split(splitext(basename(fn))[1], "_")

function ram_cache_info(io::IO=stdout)
println(io, "CGC RAM cache info:")
println(io, "===================")
Expand Down

0 comments on commit f794e28

Please sign in to comment.