bectl: remove spurious aok variable

This rode in with the OpenZFS import. It may have been necessary at some
point, but it is no longer and it breaks the WITHOUT_DYNAMICROOT build as
it collides with the definition in libspl.

Reported-by:	Michael Dexter
This commit is contained in:
Kyle Evans 2021-01-16 00:02:43 -06:00
parent de661c9f86
commit 6dd869c22b

View file

@ -60,8 +60,6 @@ static int bectl_cmd_unmount(int argc, char *argv[]);
libbe_handle_t *be;
int aok;
int
usage(bool explicit)
{