On Mon, Apr 23, 2018 at 11:39:12PM +, brian m. carlson wrote:
> The head member of struct pack_info is completely unused and the
> nr_heads member is used only in one place, which is an assignment.
> Since these structure members are not useful, remove them.
If you reroll, you could add that t
On 24 April 2018 at 01:39, brian m. carlson
wrote:
> The head member of struct pack_info is completely unused and the
> nr_heads member is used only in one place, which is an assignment.
> Since these structure members are not useful, remove them.
Good catch.
> @@ -228,7 +226,6 @@ static void in
The head member of struct pack_info is completely unused and the
nr_heads member is used only in one place, which is an assignment.
Since these structure members are not useful, remove them.
Signed-off-by: brian m. carlson
---
server-info.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/s
3 matches
Mail list logo