]> granicus.if.org Git - procps-ng/commit
library: removed that 'simple_readtask' unused pointer
authorJim Warner <james.warner@comcast.net>
Sun, 29 Sep 2019 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Sun, 27 Oct 2019 11:27:49 +0000 (22:27 +1100)
commit281c37d1cdc467f2a9edb7a5f991893e97f1f422
tree50068ceffc16c4355a25dc2336112d3e73170952
parentb5587b7b94c388bfaa2d26e4bade1f58e7875a92
library: removed that 'simple_readtask' unused pointer

This patch just eliminates a parameter present for the
simple_readtask() function which is not needed nor has
it ever actually been used. It will make calls to that
function (via taskreader ptr) slightly more efficient.

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/readproc.c
proc/readproc.h