Skip to content

Commit

Permalink
Remove unused [@@deriving ord] on SV-COMP spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 2, 2023
1 parent bb163a5 commit f147d9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/witness/svcomp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ struct
| True
| False of Specification.t option
| Unknown
[@@deriving ord]

let to_string = function
| True -> "true"
Expand Down
1 change: 0 additions & 1 deletion src/witness/svcompSpec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type t =
| ValidDeref
| ValidMemtrack
| ValidMemcleanup
[@@deriving ord]

type multi = t list

Expand Down

0 comments on commit f147d9b

Please sign in to comment.