noop static method

void noop()

Static method that does nothing. Useful when a SquadronCallback is required but there is nothing to do.

Implementation

static void noop() {}