From aff20f0fedc09c7da1d8af8e69fca752ed010973 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sat, 14 Apr 2007 22:01:59 +0000 Subject: remove unused macro; from Dmitry V. Levin --- usr.bin/ssh/auth2.c | 4 +--- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3