Skip to content

Commit af940c1

Browse files
committed
Remove unused ra_file_handle module
1 parent d034303 commit af940c1

File tree

4 files changed

+0
-137
lines changed

4 files changed

+0
-137
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ EDOC_OPTS = {pretty_printer, erl_pp}, {sort_functions, false}
3131

3232
COVER_EXCLUDE_MODS = ra_bench \
3333
ra_dbg \
34-
ra_file_handle \
3534
ra_server_meck_original \
3635
ra_server_proc_meck_original \
3736
ra_log_wal_meck_original \

src/ra_file_handle.erl

Lines changed: 0 additions & 132 deletions
This file was deleted.

src/ra_sup.erl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,10 @@ init([]) ->
3232
start => {ra_metrics_ets, start_link, []}},
3333
RaMachineEts = #{id => ra_machine_ets,
3434
start => {ra_machine_ets, start_link, []}},
35-
RaFileHandle = #{id => ra_file_handle,
36-
start => {ra_file_handle, start_link, []}},
3735
RaSystemsSup = #{id => ra_systems_sup,
3836
type => supervisor,
3937
start => {ra_systems_sup, start_link, []}},
4038
Procs = [RaMachineEts,
4139
RaLogFileMetrics,
42-
RaFileHandle,
4340
RaSystemsSup],
4441
{ok, {SupFlags, Procs}}.

test/ra_log_meta_SUITE.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ init_per_testcase(TestCase, Config) ->
4444
[{key, TestCase} | Config].
4545

4646
end_per_testcase(_, Config) ->
47-
exit(whereis(ra_file_handle), normal),
4847
Config.
4948

5049
roundtrip(Config) ->

0 commit comments

Comments
 (0)