summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2007-04-14 22:01:58 +0000
committerstevesk <stevesk@openbsd.org>2007-04-14 22:01:58 +0000
commitd0d372a91160da3c492124afe042eed0efe42c99 (patch)
treecd27c8f56cd96c9eafb20c105d08a53b361b9b7c
parentsorts the options in both the synopsis and usage() (diff)
downloadwireguard-openbsd-d0d372a91160da3c492124afe042eed0efe42c99.tar.xz
wireguard-openbsd-d0d372a91160da3c492124afe042eed0efe42c99.zip
remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
-rw-r--r--usr.bin/ssh/auth2.c4
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)
{