timbunce / devel-nytprof

Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
http://blog.timbunce.org/tag/nytprof/
67 stars 51 forks source link

Move unused code out of the way #166

Closed jkeenan closed 3 years ago

jkeenan commented 3 years ago

One function long present in NYTProf.xs was never used, but its lack of use generates a build-time warning -- the last such warning currently observed. Move it to a file in the devstuff/ directory so that we can access it in the future should we need to do so.

Similarly, two functions in Devel::NYTProf::Data were never used in lib/, bin/ or t/, so let's similarly move them out of the way.

jkeenan commented 3 years ago

Pushed to master in merge commit 79c07ed. Closing p.r.