nickva commented on PR #5143:
URL: https://github.com/apache/couchdb/pull/5143#issuecomment-2237674646

   This cleanup was prompted by investigating 
https://github.com/apache/couchdb/issues/5122 were we noticed that we have 
whole functions in rexi which are not used. When diving to debug an issue 
having dead code adds significant overhead needing to weed through and 
understand logic which is never actually run.
   
   To automate the lookups and get an initial report used the excellent 
[xref](https://www.erlang.org/doc/apps/tools/xref_chapter.html) that comes with 
Erlang/OTP.  I used something like this as a starting point: 
https://gist.github.com/nickva/0de5c227249b66650a90a24d0a422273


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to