Skip to content

Commit 01006d8

Browse files
Remove obsolete sm comment before hasAttribute
Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent c58bd38 commit 01006d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cil.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,6 @@ and dropAttributes (anl: string list) (al: attributes) =
14251425
and filterAttributes (s: string) (al: attribute list) : attribute list =
14261426
List.filter (fun (Attr(an, _)) -> an = s) al
14271427

1428-
(* sm: *)
14291428
let hasAttribute s al =
14301429
List.exists (fun (Attr(an, _)) -> an = s) al
14311430

0 commit comments

Comments
 (0)