Don't worry about storage_type of the Acl mnesia table (#1206)

This commit is contained in:
Badlop 2016-09-19 11:59:40 +02:00
parent da291d804c
commit ed62d705d8
1 changed files with 0 additions and 6 deletions

View File

@ -75,12 +75,6 @@
-export_type([acl/0]).
start() ->
case catch mnesia:table_info(acl, storage_type) of
disc_copies ->
mnesia:delete_table(acl);
_ ->
ok
end,
mnesia:create_table(acl,
[{ram_copies, [node()]}, {type, bag},
{local_content, true},