Removed init from ggs_db.
This commit is contained in:
parent
0c530dde5d
commit
873e88eefd
1 changed files with 0 additions and 6 deletions
|
@ -10,12 +10,6 @@
|
|||
-export([init/0,setItem/4,getItem/3,removeItem/3,key/3,clear/2,clear/1,length/2]).
|
||||
-include("ggs_db.hrl").
|
||||
|
||||
%%-----------------------------------------------------
|
||||
%% Creation
|
||||
%%-----------------------------------------------------
|
||||
init() ->
|
||||
mnesia:create_table(data, [{attributes, record_info(fields, data)}]).
|
||||
|
||||
%%-----------------------------------------------------
|
||||
%% Test
|
||||
%%-----------------------------------------------------
|
||||
|
|
Reference in a new issue