aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-12-07 17:24:41 +0100
committerBernhard Schommer <bschommer@users.noreply.github.com>2017-12-08 16:31:58 +0100
commitf05e9e7ee26116ab88d8a5d7ff3ea68d1bd950ca (patch)
tree0ebd91e8052f10254b577e891f26c657b5b6d836 /cparser
parent2699bcfc44ca33056f5ec2c718f857308c61d94a (diff)
downloadcompcert-f05e9e7ee26116ab88d8a5d7ff3ea68d1bd950ca.tar.gz
compcert-f05e9e7ee26116ab88d8a5d7ff3ea68d1bd950ca.zip
Remove unused code. BUg 22642
Diffstat (limited to 'cparser')
-rw-r--r--cparser/Elab.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cparser/Elab.ml b/cparser/Elab.ml
index c2d5ece7..e846e301 100644
--- a/cparser/Elab.ml
+++ b/cparser/Elab.ml
@@ -2365,7 +2365,6 @@ let elab_fundef env spec name defs body loc =
&& can_return then
warning loc Invalid_noreturn "function '%s' declared 'noreturn' should not return" s;
(* Build and emit function definition *)
- let inline = inline in
let fn =
{ fd_storage = sto1;
fd_inline = inline;