Skip to content

Commit

Permalink
fixup! emit the dep fns info into a top level json array 'nested_func…
Browse files Browse the repository at this point in the history
…tions'
  • Loading branch information
snapdgn committed May 23, 2024
1 parent 39bd00e commit 05eba2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sail_json_backend/json.ml
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,6 @@ let json_of_extensions k =
None -> ""
| Some (l) -> String.concat "," l

let json_of_dependent_functions = ()

let json_of_instruction k v =
"{\n" ^
" \"mnemonic\": " ^ (json_of_mnemonic (List.hd v)) ^ ",\n" ^
Expand Down

0 comments on commit 05eba2f

Please sign in to comment.