diff options
Diffstat (limited to 'plugins/funind/indfun.ml')
-rw-r--r-- | plugins/funind/indfun.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/funind/indfun.ml b/plugins/funind/indfun.ml index 49f833590..3f728ddcd 100644 --- a/plugins/funind/indfun.ml +++ b/plugins/funind/indfun.ml @@ -183,7 +183,6 @@ let is_rec names = | GRef _ | GEvar _ | GPatVar _ | GSort _ | GHole _ -> false | GProj (loc, p, c) -> lookup names c | GCast(_,b,_) -> lookup names b - | GProj _ -> error "GProj not handled" | GRec _ -> error "GRec not handled" | GIf(_,b,_,lhs,rhs) -> (lookup names b) || (lookup names lhs) || (lookup names rhs) |