summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rebar_config.erl2
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").