summaryrefslogtreecommitdiff
path: root/dispatch.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:26:00 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:26:00 +1100
commit2b20a92b7b404abe44d141461196a1d862214e06 (patch)
treea00458fe71964aa08a4eafe3c7aad39e50753603 /dispatch.c
parente7261c7e368fe7d6694918e62fe23e24aa3e1fca (diff)
downloadopenssh-git-2b20a92b7b404abe44d141461196a1d862214e06.tar.gz
- stevesk@cvs.openbsd.org 2008/10/31 15:05:34
[dispatch.c] remove unused #define DISPATCH_MIN; ok markus@
Diffstat (limited to 'dispatch.c')
-rw-r--r--dispatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dispatch.c b/dispatch.c
index d6b63be4..64bb8094 100644
--- a/dispatch.c
+++ b/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.
*
@@ -37,7 +37,6 @@
#include "packet.h"
#include "compat.h"
-#define DISPATCH_MIN 0
#define DISPATCH_MAX 255
dispatch_fn *dispatch[DISPATCH_MAX];