From 1d2ef85b3371744a02c044c2005c7a56b3b23d54 Mon Sep 17 00:00:00 2001 From: Jerome Sautret Date: Thu, 30 Oct 2014 16:51:01 +0100 Subject: [PATCH] Clean up rebar script. --- rebar.config.script | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rebar.config.script b/rebar.config.script index 8b21e1b03..30d479eab 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -130,8 +130,6 @@ CfgXrefs = lists:flatmap( ["(\"riak_object\":_/_)"]; ({json, false}) -> ["(\"jiffy\":_/_)"]; - ({p1db, false}) -> - ["(\"p1db.*\":_/_)"]; ({zlib, false}) -> ["(\"ezlib\":_/_)"]; ({http, false}) -> @@ -157,8 +155,7 @@ Config = [{erl_opts, Macros ++ HiPE ++ DebugInfo ++ {xref_checks, []}, {xref_queries, [{"(XC - UC) || (XU - X - B - " - ++ string:join(["(\"gen_transport\":_/_) - (\"eprof\":_/_)"] - ++ CfgXrefs, " - ") ++ ")", []}]}, + ++ string:join(CfgXrefs, " - ") ++ ")", []}]}, {post_hooks, PostHooks ++ CfgPostHooks}, {deps, Deps ++ CfgDeps}], %%io:format("ejabberd configuration:~n ~p~n", [Config]),