diff options
author | Anders Svensson <[email protected]> | 2013-02-13 14:15:10 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-02-18 13:01:08 +0100 |
commit | e9bdf8a759e6fe7b64923a3452812a5b25ec9798 (patch) | |
tree | b602fb85c17e7d270ef6face715ef9a08ad22c6c /lib/diameter/test | |
parent | 1c1b36997d766428e8213217d0700d9a5c72de0c (diff) | |
download | otp-e9bdf8a759e6fe7b64923a3452812a5b25ec9798.tar.gz otp-e9bdf8a759e6fe7b64923a3452812a5b25ec9798.tar.bz2 otp-e9bdf8a759e6fe7b64923a3452812a5b25ec9798.zip |
Remove dialyzer nowarn_unused_function workaround
The workaround (commit 57d5564f) was to dialyzer only understanding
nowarn_unused_function on individual functions. This is no longer the
case as of R15B01 (commit 477fd95a).
Diffstat (limited to 'lib/diameter/test')
-rw-r--r-- | lib/diameter/test/diameter_app_SUITE.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/diameter/test/diameter_app_SUITE.erl b/lib/diameter/test/diameter_app_SUITE.erl index 53332af626..209f72adf1 100644 --- a/lib/diameter/test/diameter_app_SUITE.erl +++ b/lib/diameter/test/diameter_app_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2011. All Rights Reserved. +%% Copyright Ericsson AB 2010-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -48,7 +48,6 @@ diameter_dict_parser, diameter_dict_util, diameter_exprecs, - diameter_nowarn, diameter_make]). -define(HELP_MODULES, [diameter_dbg, |