Переглянути джерело

Removes unused REMOTE_PACKAGE_DIR variable

closes #2391

Also Removing an unused regex macro
pull/2410/head
Fred Hebert 4 роки тому
джерело
коміт
126f356f70
2 змінених файлів з 0 додано та 4 видалено
  1. +0
    -1
      src/rebar.hrl
  2. +0
    -3
      src/rebar_compiler.erl

+ 0
- 1
src/rebar.hrl Переглянути файл

@ -24,7 +24,6 @@
-define(CONFIG_VERSION, "1.2.0").
-define(SUPPORTED_CONFIG_VERSIONS, ["1.1.0", "1.2.0"]). % older were untagged
-define(DEFAULT_CDN, "https://repo.hex.pm").
-define(REMOTE_PACKAGE_DIR, "tarballs").
-define(LOCK_FILE, "rebar.lock").
-define(DEFAULT_COMPILER_SOURCE_FORMAT, relative).
-define(PACKAGE_INDEX_VERSION, 6).

+ 0
- 3
src/rebar_compiler.erl Переглянути файл

@ -41,9 +41,6 @@
-optional_callbacks([dependencies/4, compile_and_track/4]).
-define(RE_PREFIX, "^(?!\\._)").
%% @doc analysis by the caller, in order to let an OTP app
%% find and resolve all its dependencies as part of compile_all's new
%% API, which presumes a partial analysis is done ahead of time

Завантаження…
Відмінити
Зберегти