From: Rami Rosen Date: Fri, 1 Feb 2008 00:42:23 +0000 (-0800) Subject: [PKTGEN]: Remove an unused definition in pktgen.c. X-Git-Tag: v2.6.25-rc1~1089^2~26 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9fe7c712fc955565c32e2f899d4ffeceaf028398;p=~shefty%2Frdma-dev.git [PKTGEN]: Remove an unused definition in pktgen.c. - Remove an unused definition (LAT_BUCKETS_MAX) in net/core/pktgen.c. - Remove the corresponding comment. - The LAT_BUCKETS_MAX seems to have to do with a patch from a long time ago which was not applied (Ben Greear), which dealt with latency counters. See, for example : http://oss.sgi.com/archives/netdev/2002-09/msg00184.html Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/net/core/pktgen.c b/net/core/pktgen.c index eebccdbdbac..b7f2de19765 100644 --- a/net/core/pktgen.c +++ b/net/core/pktgen.c @@ -170,8 +170,6 @@ #define VERSION "pktgen v2.69: Packet Generator for packet performance testing.\n" -/* The buckets are exponential in 'width' */ -#define LAT_BUCKETS_MAX 32 #define IP_NAME_SZ 32 #define MAX_MPLS_LABELS 16 /* This is the max label stack depth */ #define MPLS_STACK_BOTTOM htonl(0x00000100)