Skip to content

Commit

Permalink
[nit] remove wrong comment
Browse files Browse the repository at this point in the history
Summary: `pvar_kind` describes more than just global variables

Reviewed By: dulmarod, skcho

Differential Revision: D64532015

fbshipit-source-id: 5ec9eff42708c21e7e82c82867da4665ad556011
  • Loading branch information
jvillard authored and facebook-github-bot committed Oct 17, 2024
1 parent 2252192 commit 3b5b26d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infer/src/IR/Pvar.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module F = Format

type translation_unit = SourceFile.t option [@@deriving compare, equal, sexp, hash, normalize]

(** Kind of global variables *)
type pvar_kind =
| Local_var of Procname.t (** local variable belonging to a function *)
| Callee_var of Procname.t (** local variable belonging to a callee *)
Expand Down

0 comments on commit 3b5b26d

Please sign in to comment.