Skip to content

Commit

Permalink
remove dead code recently introduced
Browse files Browse the repository at this point in the history
Summary: oopsie

Reviewed By: ngorogiannis

Differential Revision: D66979060

fbshipit-source-id: b48a3116c14fdffc6892b308c83bc41f435e5d0a
  • Loading branch information
jvillard authored and facebook-github-bot committed Dec 10, 2024
1 parent a343269 commit 84dcc20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infer/src/pulse/PulseMutualRecursion.mli
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ open! IStd
module F = Format
open PulseBasicInterface

type call = {proc_name: Procname.t; location: Location.t}

(** the trace represents the start of a cycle but isn't a cycle yet, it's a sequence of calls that
end where ondemand returned no summary due to mutual recursion; these proto-cycles get bubbled
the cyclic call stack until the cycle is closed again *)
Expand Down

0 comments on commit 84dcc20

Please sign in to comment.