]> The Tcpdump Group git mirrors - libpcap/commitdiff
Lose gen_joinsp(), which is dead code. [skip ci]
authorDenis Ovsienko <[email protected]>
Tue, 14 Jun 2022 18:37:30 +0000 (19:37 +0100)
committerDenis Ovsienko <[email protected]>
Tue, 14 Jun 2022 18:38:57 +0000 (19:38 +0100)
gencode.c

index 3ad47ba1b34ef6f221cece4244db458fc385a93b..2813c772c1b3fbd614b1b43d8440b9ea98705c44 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -6071,14 +6071,6 @@ lookup_proto(compiler_state_t *cstate, const char *name, int proto)
        return v;
 }
 
-#if 0
-struct stmt *
-gen_joinsp(struct stmt **s, int n)
-{
-       return NULL;
-}
-#endif
-
 static struct block *
 gen_protochain(compiler_state_t *cstate, bpf_u_int32 v, int proto)
 {