diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-16 03:43:50 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-16 03:43:50 +0100 |
commit | dab129bef57139232133a870430a9284858909bf (patch) | |
tree | a9408c7cbca44c5f0b9264f34f6863273ed673ff /sftp-common.c | |
parent | - (dtucker) [openbsd-compat/openbsd-compat.h] Fix prototypes, spotted by (diff) | |
download | openssh-dab129bef57139232133a870430a9284858909bf.tar.xz openssh-dab129bef57139232133a870430a9284858909bf.zip |
- markus@cvs.openbsd.org 2010/01/15 09:24:23
[sftp-common.c]
unused
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sftp-common.c b/sftp-common.c index d015d7549..a042875c6 100644 --- a/sftp-common.c +++ b/sftp-common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-common.c,v 1.22 2010/01/14 23:41:49 dtucker Exp $ */ +/* $OpenBSD: sftp-common.c,v 1.23 2010/01/15 09:24:23 markus Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -190,8 +190,6 @@ char * ls_file(const char *name, const struct stat *st, int remote, int si_units) { int ulen, glen, sz = 0; - struct passwd *pw; - struct group *gr; struct tm *ltime = localtime(&st->st_mtime); char *user, *group; char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; |