Skip to content

Commit

Permalink
[flow][EZ] Remove unused functions
Browse files Browse the repository at this point in the history
Summary:
Trying to get rid of all `Haste_module_info.of_module_name`, and noticed these unused ones.

Changelog: [internal]

Reviewed By: panagosg7

Differential Revision: D66511892

fbshipit-source-id: 99d496386a7663d9e2429e02e5077491080eb388
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Nov 26, 2024
1 parent 3e8298f commit cdea83a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/services/export/__tests__/export_service_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
open OUnit2
open Export_service.For_test

let sf name = File_key.SourceFile name

let module_file file_key = Modulename.Filename file_key

let module_name name = Modulename.Haste (Haste_module_info.of_module_name name)

let inferred_name_of_modulename_tests =
[
( "string_dot" >:: fun ctxt ->
Expand Down

0 comments on commit cdea83a

Please sign in to comment.