diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-08-07 20:27:29 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-08-07 20:27:46 +0200 |
commit | 34b59a80119cc4e1b46a48b36bc0ece11d09a19c (patch) | |
tree | 8654abca5eacc6374d8c9a4905adca92a51dea48 /Makefile.in | |
parent | d77ac851c76ff95e6542e93715786d29ba86c51f (diff) | |
download | tcpdump-34b59a80119cc4e1b46a48b36bc0ece11d09a19c.tar.gz |
Remove the no more used gmt2local() function
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d53735b0..545cc33d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,7 +80,6 @@ LIBNETDISSECT_SRC=\ checksum.c \ cpack.c \ gmpls.c \ - gmt2local.c \ in_cksum.c \ ipproto.c \ l2vpn.c \ @@ -267,7 +266,6 @@ HDR = \ getopt_long.h \ getservent.h \ gmpls.h \ - gmt2local.h \ interface.h \ ip.h \ ip6.h \ |