aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranch_sup.erl')
-rw-r--r--src/ranch_sup.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ranch_sup.erl b/src/ranch_sup.erl
index 64137a2..481088a 100644
--- a/src/ranch_sup.erl
+++ b/src/ranch_sup.erl
@@ -32,8 +32,6 @@ init([]) ->
{ok, Value2} -> Value2;
undefined -> 5
end,
- ranch_server = ets:new(ranch_server, [
- ordered_set, public, named_table]),
Procs = [
#{id => ranch_server, start => {ranch_server, start_link, []}}
],