diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-06 15:25:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:39 +0200 |
commit | 0ec7c2567b7ea65089d0c17027453cd173fe3203 (patch) | |
tree | f3a1fbc58d38c660d441b7ab4cdb2a788313b550 /xenodm | |
parent | f91d35bd00fce407b04187cab082c19e499139d7 (diff) |
Unused variables found by clang
Diffstat (limited to 'xenodm')
-rw-r--r-- | xenodm/auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xenodm/auth.c b/xenodm/auth.c index 8a6af11..a5ca43e 100644 --- a/xenodm/auth.c +++ b/xenodm/auth.c @@ -769,7 +769,6 @@ SetUserAuthorization (struct display *d, struct verify_info *verify) struct stat statb; int i; int magicCookie; - int data_len; int fd; Debug ("SetUserAuthorization\n"); |