Remove two comments

This commit is contained in:
Tuncer Ayaz 2012-08-04 14:04:59 +02:00
parent 392adcf967
commit 4f19572ff9

View file

@ -47,10 +47,8 @@
skip_dirs = new_skip_dirs() :: dict(),
xconf = new_xconf() :: dict() }).
%% Types that can be used from other modules -- alphabetically ordered.
-export_type([config/0]).
%% data types
-opaque config() :: #config{}.
-define(DEFAULT_NAME, "rebar.config").