Since virtual functions are called through vtables, it’s not easy to find if a virtual function is unused. Removal of these involves coordination between the compiler and linker.
Since virtual functions are called through vtables, it’s not easy to find if a virtual function is unused. Removal of these involves coordination between the compiler and linker.