diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-10-31 15:05:35 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-10-31 15:05:35 +0000 |
commit | d6e5cc0c828e18043ea403a102965c4dcbd32e6a (patch) | |
tree | 26819e092c66d415764b4902bfdc4cd40177afbe /usr.bin/ssh | |
parent | 1a51d551aa0e1784e7618e11166cf3475d5bedbd (diff) |
remove unused #define DISPATCH_MIN; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/dispatch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/dispatch.c b/usr.bin/ssh/dispatch.c index 26a14b82c55..9fbd42a96ab 100644 --- a/usr.bin/ssh/dispatch.c +++ b/usr.bin/ssh/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.21 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: dispatch.c,v 1.22 2008/10/31 15:05:34 stevesk Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -35,7 +35,6 @@ #include "packet.h" #include "compat.h" -#define DISPATCH_MIN 0 #define DISPATCH_MAX 255 dispatch_fn *dispatch[DISPATCH_MAX]; |