diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-03-21 18:21:03 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-03-21 18:21:03 -0700 |
commit | ac1d276fd9a21eb331c638eb9142abcae78b2cb5 (patch) | |
tree | d5a39fba0a0b8c0acf36984aaf01276d9eec09fd | |
parent | 662712c485c48b48fb2aa6a3cbbf6d972263487a (diff) |
Remove unrechable code.
-rw-r--r-- | gencode.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8049,8 +8049,6 @@ gen_acode(compiler_state_t *cstate, const u_char *eaddr, struct qual q) bpf_error(cstate, "aid supported only on ARCnet"); /* NOTREACHED */ } - bpf_error(cstate, "ARCnet address used in non-arc expression"); - /* NOTREACHED */ } static struct block * |