Remove profiler note If and when getopt gains the required feature, this can be revisited, but let's remove the message, since it's been a long time.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/920e314a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/920e314a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/920e314a Branch: refs/heads/master Commit: 920e314a90865df129009f9503476133c09df905 Parents: 0dcac8a Author: Tuncer Ayaz <[email protected]> Authored: Sat Aug 19 21:08:26 2017 +0000 Committer: Tuncer Ayaz <[email protected]> Committed: Sat Aug 19 21:08:26 2017 +0000 ---------------------------------------------------------------------- src/rebar.erl | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/920e314a/src/rebar.erl ---------------------------------------------------------------------- diff --git a/src/rebar.erl b/src/rebar.erl index 6f78fe6..d35e492 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -156,9 +156,6 @@ init_config1(BaseConfig) -> rebar_config:set_xconf(BaseConfig1, base_dir, AbsCwd). profile(BaseConfig1, Commands) -> - ?CONSOLE("Please take note that profiler=[fprof|eflame] is preliminary" - " and will be~nreplaced with a different command line flag" - " in the next release.~n", []), Profiler = rebar_config:get_global(BaseConfig1, profiler, "fprof"), profile(BaseConfig1, Commands, list_to_atom(Profiler)).
