From 4f19572ff90909ccdcea76872e1cc9e389b1d67b Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 4 Aug 2012 14:04:59 +0200 Subject: [PATCH] Remove two comments --- src/rebar_config.erl | 2 -- 1 file changed, 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").