Skip to content

Commit

Permalink
fix: stale code in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Nov 13, 2024
1 parent 0d8461e commit a74575a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions engine/lib/span.ml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ module Imported = struct
"<" ^ file ^ " " ^ display_loc s.lo ^ "" ^ display_loc s.hi ^ ">"
end

(* open struct *)
(* module DefId = struct *)
(* include Types *)
(* let def_id_of_yojson = Types.parse_def_id *)
(* let yojson_of_def_id = failwith "todo" *)
(* end *)
(* end *)

type owner_id = OwnerId of int
[@@deriving show, yojson, sexp, compare, eq, hash]

Expand Down

0 comments on commit a74575a

Please sign in to comment.