rx: Remove unused ACKHACK macro
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 25 Jun 2011 17:29:27 +0000 (18:29 +0100)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 9 Apr 2012 04:05:39 +0000 (21:05 -0700)
commit2427cb000cb70cfca5b2a61d4f5f9ca54488fc55
tree5f7e87c3c2665bac9c5110171152f5f66e180b51
parent2c0ed7ace6e10cb7fa053f0eb6d2a1fa45f76577
rx: Remove unused ACKHACK macro

rx_globals.h had a macro called ACKHACK which at one point looks like
it was used to determine whether to send an ACK or not. We now have a
more sophisticate mechanism for determining this, and the old macro
doesn't seem to have been used in a long time. So, remove it to avoid
confusion.

Change-Id: I9b17cdca69c903c7a952489791088f2899ac7e60
Reviewed-on: http://gerrit.openafs.org/7000
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx_globals.h