stefan-egli commented on code in PR #1477: URL: https://github.com/apache/jackrabbit-oak/pull/1477#discussion_r1609872160
########## oak-run/src/main/js/oak-mongo.js: ########## @@ -352,12 +352,12 @@ var oak = (function(global){ * @param {string} pattern the pattern to match the nodes to be removed. */ api.removeDescendantsAndSelfMatching = function(pattern) { - var count = 0; + let count = 0; Review Comment: It seems like this change is a no-op? What would make it still useful to have? -- 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: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org