Simply removing a method causing build errors and that is not used anywhere.
Looking at the method removed, it also looks as if the method has the arguments the wrong way. Could attempt to fix the build issue, and fix the method by re-juggling and introducing some local variables, but as long as all bot checks passes with the method removed, should be safe to just merge.
The check `documentation-compliance` has already been run previously and recorded as a successful check. This check has not been run again at this time.
Issues addressed by this PR
Closes #703
Simply removing a method causing build errors and that is not used anywhere.
Looking at the method removed, it also looks as if the method has the arguments the wrong way. Could attempt to fix the build issue, and fix the method by re-juggling and introducing some local variables, but as long as all bot checks passes with the method removed, should be safe to just merge.
Test files
Changelog
Additional comments