Removed init from ggs_db.

This commit is contained in:
Kallfaktorn 2011-02-22 12:42:22 +01:00
parent 0c530dde5d
commit 873e88eefd

View file

@ -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
%%-----------------------------------------------------