aboutsummaryrefslogtreecommitdiffstats
path: root/checklink/Check.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checklink/Check.ml')
-rw-r--r--checklink/Check.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/checklink/Check.ml b/checklink/Check.ml
index 0876f881..c99a4db4 100644
--- a/checklink/Check.ml
+++ b/checklink/Check.ml
@@ -536,11 +536,6 @@ let check_label_existence ffw =
*)
let rec match_jmptbl lbllist vaddr size ffw =
let atom = Hashtbl.find ffw.sf.atoms ffw.this_ident in
- let jmptbl_section =
- match atom.a_sections with
- | [_; _; j] -> j
- | _ -> Section_jumptable
- in
let rec match_jmptbl_aux lbllist bs ffw =
match lbllist with
| [] -> OK ffw