diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-10-28 14:47:25 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-10-28 14:47:25 +0000 |
| commit | 23f162d408ba51af2789c885d791333161095952 (patch) | |
| tree | 47e73b0335d0f63aebce599f278ecbbba0ebec55 /check_xref | |
| parent | 1c3491c5690930d33970841e5d0d03e42be088b5 (diff) | |
| download | rabbitmq-server-git-23f162d408ba51af2789c885d791333161095952.tar.gz | |
simplify
Diffstat (limited to 'check_xref')
| -rwxr-xr-x | check_xref | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/check_xref b/check_xref index d241351fb0..7c22e5b1d9 100755 --- a/check_xref +++ b/check_xref @@ -140,8 +140,7 @@ checks() -> %% | - calling from %% || - calling to %% "RE1" : "RE2" / "RE3" - regex MFA - {"(E | \"(rabbit|amqp).*\" : \".*\" / \".*\" || " - "\"gen_server2?\" : \"call\" / \"2\")", + {"(E | \"(rabbit|amqp).*\" : _ / _ || \"gen_server2?\" : call / 2)", "5 sec timeout in", error, filters()}, {"(Lin) (LU * (X - XU))", |
