Skip to content

Take out non-sensical test: array is never null.

Bram Stolk requested to merge stolk/demos:fixwarnings into main

Remove incorrect test.

There is a test that will never trigger, and causes a warning during compilation. As the test makes no sense, it is taken out.

Merge request reports