mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
test: Remove unused variable in nlist() unit test
This commit is contained in:
parent
736e12e8d8
commit
c4e58c0950
@ -61,7 +61,7 @@ main(int argc, char **argv)
|
||||
{ .n_un.n_name = "data_pub_init" },
|
||||
{ .n_un.n_name = "data_prv_init" },
|
||||
{ .n_un.n_name = NULL },
|
||||
}, *nlp;
|
||||
};
|
||||
int rc;
|
||||
|
||||
assert(*data_pub_ptr == 50);
|
||||
|
Loading…
Reference in New Issue
Block a user