rxdebug: Remove rxdumptrace.c 48/14748/2
authorAndrew Deason <adeason@sinenomine.net>
Sun, 8 Aug 2021 20:13:14 +0000 (15:13 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 26 Aug 2021 16:55:55 +0000 (12:55 -0400)
commitf8dfa069cc371fbecc0fc9032f91a3b9e5618cb6
tree2d61134122dec0a543afa6eeb2011bbd6cb68a4c
parent41dd504fe110f461229b68d25c5d0b4ce6e1d408
rxdebug: Remove rxdumptrace.c

Ever since it was introduced in commit 8bc58a3d
(macos-10-6-support-20090216), rxdumptrace.c appears to have been
unused. While we do build a binary called rxdumptrace, we build it
from src/rx/rx_trace.c, not from rxdumptrace.c (which appears to be a
copy of the relevant portions of rx_trace.c).

Also remove rxdumptrace from src/rx/.gitignore, since the binary is
built in src/rxdebug/, not in src/rx/. While we're here, remove the
other entries in src/rx/.gitignore (rxperf and rxdebug), since those
are also built in different directories.

Change-Id: Ide816979168dcf70358f39db035ce16ef6c1dd17
Reviewed-on: https://gerrit.openafs.org/14748
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/rx/.gitignore [deleted file]
src/rxdebug/rxdumptrace.c [deleted file]