### What problem does this feature solve? The first parameter of function `removeVnodes` is useless, remove it to cut down the code the function is <https://github.com/vuejs/vue/blob/dev/src/core/vdom/patch.js#L361> ### What does the proposed API look like? Remove the first parameter `parentElm` of the function [removeVnodes](https://github.com/vuejs/vue/blob/dev/src/core/vdom/patch.js#L361), and remove the place which calls the function as well <!-- generated by vue-issues. DO NOT REMOVE -->