diff options
author | Björn Gustavsson <[email protected]> | 2019-04-10 10:43:47 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-11 13:27:13 +0200 |
commit | 511ebe387890d384d10b0678b25d8666b8b98c93 (patch) | |
tree | 3aafa2de088ab73800b5371a77396990455aad1b /erts | |
parent | 0e635324b19dd203454f41b41df7a7bb799bc40a (diff) | |
download | otp-511ebe387890d384d10b0678b25d8666b8b98c93.tar.gz otp-511ebe387890d384d10b0678b25d8666b8b98c93.tar.bz2 otp-511ebe387890d384d10b0678b25d8666b8b98c93.zip |
bs_construct_SUITE: Remove incorrect purpose line
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/test/bs_construct_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/test/bs_construct_SUITE.erl b/erts/emulator/test/bs_construct_SUITE.erl index ad05cb3689..f3255104de 100644 --- a/erts/emulator/test/bs_construct_SUITE.erl +++ b/erts/emulator/test/bs_construct_SUITE.erl @@ -16,8 +16,6 @@ %% limitations under the License. %% %% %CopyrightEnd% -%% -%% Purpose : Common utilities used by several optimization passes. %% -module(bs_construct_SUITE). |