modify_aes_() in R/helpers-gg.R (lines 31–33) wraps the deprecated aes_() function. It is never called anywhere in the codebase — the non-deprecated replacement modify_aes() (lines 38–40) exists and is used instead.
The dead function should be removed along with its roxygen comment block.