unit
|
Mercurial:
(default)
|
2022-06-16 02:01 +0100 52dd
2022-06-16 02:01 +0100 52dda4e05868 Andrew Clayton <andrew@digital-domain.net> Unit: removed a useless assignment.
As was pointed out by the cppcheck[0] static code analysis utility there was a useless assignment in nxt_unit_request_read(). The size parameter is passed in by value and was being modified without being used again.
[0]: https://cppcheck.sourceforge.io/
show more ...
|