iilyak commented on PR #3985: URL: https://github.com/apache/couchdb/pull/3985#issuecomment-1130222316
I have a bunch of compilation warnings due to missed export of an API function. ``` src/couch/src/couch_debug.erl:675: Warning: function resource_hoggers_snapshot/1 is unused src/couch/src/couch_debug.erl:693: Warning: function update_delta/2 is unused src/couch/src/couch_debug.erl:705: Warning: function analyze_resource_hoggers/2 is unused src/couch/src/couch_debug.erl:706: Warning: variable 'Id' is unused src/couch/src/couch_debug.erl:706: Warning: variable 'Pid' is unused ``` -- 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]
