Skip to content

Remove not-used-anywhere method declaration

The method is a.) not defined anywhere and b.) not used anywhere. I assumed it's a left-over from a code change, and thus should be safe to remove.

This should fix "undefined symbol" error at runtime, which manifests itself when linking with "-Wl,-z,now" (first reported at 1).


CC: @sunweaver

Merge request reports