diff options
author | Sverker Eriksson <[email protected]> | 2016-04-19 15:58:28 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-04-19 15:58:28 +0200 |
commit | a2286af5e797e8bc5ce39513d9f04f3f6d22a3c6 (patch) | |
tree | 56f9bb26840f0594f2d1f246090bacbec3eea91a /lib | |
parent | 58c0f8de7a27a659fe2b534a86752f67da1af998 (diff) | |
download | otp-a2286af5e797e8bc5ce39513d9f04f3f6d22a3c6.tar.gz otp-a2286af5e797e8bc5ce39513d9f04f3f6d22a3c6.tar.bz2 otp-a2286af5e797e8bc5ce39513d9f04f3f6d22a3c6.zip |
Remove unused ct_hooks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hipe/test/hipe_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/hipe/test/hipe_SUITE.erl b/lib/hipe/test/hipe_SUITE.erl index 9319b710d9..a5b3924aa8 100644 --- a/lib/hipe/test/hipe_SUITE.erl +++ b/lib/hipe/test/hipe_SUITE.erl @@ -19,9 +19,6 @@ -compile([export_all]). -include_lib("common_test/include/ct.hrl"). -suite() -> - [{ct_hooks, [ts_install_cth]}]. - all() -> [app, appup]. |