diff options
author | Björn Gustavsson <[email protected]> | 2015-10-12 12:21:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-10-14 16:21:59 +0200 |
commit | d8ff1e37c38c37304fb44ba6618da141e4d08c21 (patch) | |
tree | afa66a50629b79f8e18b20fdf8998f57917a2822 /lib/tools/src/cover.erl | |
parent | f658c063ad5c587a354e24233de3405953bd7cec (diff) | |
download | otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.gz otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.bz2 otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.zip |
Remove the deprecated webtool application
Diffstat (limited to 'lib/tools/src/cover.erl')
-rw-r--r-- | lib/tools/src/cover.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/tools/src/cover.erl b/lib/tools/src/cover.erl index 366d6bcbd9..1d7d112c06 100644 --- a/lib/tools/src/cover.erl +++ b/lib/tools/src/cover.erl @@ -20,9 +20,7 @@ -module(cover). %% -%% This module implements the Erlang coverage tool. The module named -%% cover_web implements a user interface for the coverage tool to run -%% under webtool. +%% This module implements the Erlang coverage tool. %% %% ARCHITECTURE %% The coverage tool consists of one process on each node involved in |