Fix warning, remove unsigned int < 0 check
ClosedPublic

Authored by bruns on Jun 21 2019, 8:36 PM.

Details

Summary

The bindings return an unsigned int value (with 101% denoting
an undeterminate value), checking for < 0 is pointless.

Diff Detail

Repository
R623 Plasma PackageKit Updater
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns requested review of this revision.Jun 21 2019, 8:36 PM
bruns created this revision.
jgrulich accepted this revision.Jun 24 2019, 5:39 AM
This revision is now accepted and ready to land.Jun 24 2019, 5:39 AM
This revision was automatically updated to reflect the committed changes.