diff options
author | 2016-03-29 10:21:41 +0000 | |
---|---|---|
committer | 2016-03-29 10:21:41 +0000 | |
commit | c81287ccdfe8bb7153c624ea133c57d19fcc0d05 (patch) | |
tree | 3e52360227cf7a46c36159ebbc85ce2d116342ad | |
parent | Use a macro to check if a thread has a sibling. (diff) | |
download | wireguard-openbsd-c81287ccdfe8bb7153c624ea133c57d19fcc0d05.tar.xz wireguard-openbsd-c81287ccdfe8bb7153c624ea133c57d19fcc0d05.zip |
remove unused variable
ok otto@
-rw-r--r-- | gnu/usr.sbin/mkhybrid/src/desktop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.sbin/mkhybrid/src/desktop.c b/gnu/usr.sbin/mkhybrid/src/desktop.c index f67e9641edb..9807353e21f 100644 --- a/gnu/usr.sbin/mkhybrid/src/desktop.c +++ b/gnu/usr.sbin/mkhybrid/src/desktop.c @@ -48,7 +48,6 @@ make_desktop(hfsvol *vol, int end) unsigned short clps; /* clump size */ unsigned short blks; /* blocks in a clump */ unsigned char *blk; /* user data */ - int i; /* set up default directory entries - not all these fields are needed, but we'll set them up anyway ... */ |