Skip to content

Commit

Permalink
[flow] Remove unused exception
Browse files Browse the repository at this point in the history
Summary: Changelog: [internal]

Reviewed By: gkz

Differential Revision: D67484833

fbshipit-source-id: 87a930194ed22ca1be47077da1ad77fc0a0191fa
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Dec 20, 2024
1 parent a04c6e2 commit 4586827
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/typing/slice_utils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,6 @@ let object_spread
(* Component prop extraction *)
(*****************************)

exception InvalidConfig of Error_message.t

let check_config2
cx pmap { Object.reason; props; flags; frozen = _; generics; interface = _; reachable_targs } =
let dict = Obj_type.get_dict_opt flags.obj_kind in
Expand Down

0 comments on commit 4586827

Please sign in to comment.