diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2021-01-16 06:02:43 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2021-01-16 06:07:50 +0000 |
commit | 6dd869c22bc4960b305a806867df7cfbc114f3a7 (patch) | |
tree | bc925cbccdc922c9a05cbe07d0d5d665da0ef74f | |
parent | de661c9f8652f6a51a6ca83d404d9170404990f8 (diff) | |
download | src-6dd869c22bc4960b305a806867df7cfbc114f3a7.tar.gz src-6dd869c22bc4960b305a806867df7cfbc114f3a7.zip |
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
-rw-r--r-- | sbin/bectl/bectl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c index d4573393130d..50229b4b96b7 100644 --- a/sbin/bectl/bectl.c +++ b/sbin/bectl/bectl.c @@ -60,8 +60,6 @@ static int bectl_cmd_unmount(int argc, char *argv[]); libbe_handle_t *be; -int aok; - int usage(bool explicit) { |