diff options
Diffstat (limited to 'src/rebar.hrl')
-rw-r--r-- | src/rebar.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar.hrl b/src/rebar.hrl index fdef438..bbd9a2f 100644 --- a/src/rebar.hrl +++ b/src/rebar.hrl @@ -22,7 +22,6 @@ -define(DEFAULT_RELEASE_DIR, "rel"). -define(DEFAULT_CONFIG_FILE, "rebar.config"). -define(LOCK_FILE, "rebar.lock"). --define(CONFIG_DIR, ".rebar3"). -ifdef(namespaced_types). -type rebar_dict() :: dict:dict(). |