diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-04-14 22:01:59 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-04-14 22:01:59 +0000 |
commit | aff20f0fedc09c7da1d8af8e69fca752ed010973 (patch) | |
tree | d8ba512442676b2aa150074b1f76c09ae94d806e | |
parent | 0d7ec22079336ba678c1937997b83d1a775f8ebd (diff) |
remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
-rw-r--r-- | usr.bin/ssh/auth2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index f3c55d21c9e..4b8a81c8f58 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2.c,v 1.114 2007/03/01 10:28:02 dtucker Exp $ */ +/* $OpenBSD: auth2.c,v 1.115 2007/04/14 22:01:58 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -240,8 +240,6 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method) } } -#define DELIM "," - static char * authmethods_get(void) { |