]> The Tcpdump Group git mirrors - tcpdump/commit
Remove old debug code from print-ascii.c. [skip ci]
authorDenis Ovsienko <[email protected]>
Thu, 25 Jan 2024 17:07:07 +0000 (17:07 +0000)
committerDenis Ovsienko <[email protected]>
Thu, 25 Jan 2024 17:16:39 +0000 (17:16 +0000)
commit3b55630748a68444997388a398c3c5d1f4325b2b
tree27c07c22532836fe46f0ccb0f1d93d6938c25345
parente92d947f7f76b376da1e17e6c31cfef29f9505d8
Remove old debug code from print-ascii.c. [skip ci]

Since commit ac910c0 in 2014 the main() function inside "#ifdef MAIN"
cannot be compiled because it does not match the prototypes of the
functions it tests.  Remove the conditional block instead of fixing it
because the existing tests among other things cover the functions in the
file.  This addresses GitHub bug #1079.
print-ascii.c