diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-04 14:04:59 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-04 14:04:59 +0200 |
commit | 4f19572ff90909ccdcea76872e1cc9e389b1d67b (patch) | |
tree | 0da0006ebed7502efb9fb4b706004a562ba360ce | |
parent | 392adcf967bc92566d03eeaa32e22aa7c5532a1b (diff) |
Remove two comments
-rw-r--r-- | src/rebar_config.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rebar_config.erl b/src/rebar_config.erl index f0c6d63..461de5d 100644 --- a/src/rebar_config.erl +++ b/src/rebar_config.erl @@ -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"). |