Skip to content

Remove unused error return values

Jacob Vosmaer requested to merge remove-unused-errors into master

There is no point in returning errors if we don't act on them. It just confuses the reader.

Merge request reports