diff options
author | Lukas Larsson <[email protected]> | 2012-08-22 18:09:17 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-08-22 18:09:17 +0200 |
commit | 0994710c308990a04ca1245c894e4e373e55bcec (patch) | |
tree | d95c8b3588229001a1b8d5b9d4f681724fdeeeaf /lib/compiler/doc | |
parent | 064b42237d891d5fdcb6c1a351980b8291437618 (diff) | |
download | otp-0994710c308990a04ca1245c894e4e373e55bcec.tar.gz otp-0994710c308990a04ca1245c894e4e373e55bcec.tar.bz2 otp-0994710c308990a04ca1245c894e4e373e55bcec.zip |
Revert "Merge branch 'nox/compile-column-numbers' into maint"
Column numbers was merged without understanding all the whole
story. See mail on erlang-patches for details.
This reverts commit df8e67e203b83f95d1e098fec88ad5d0ad840069, reversing
changes made to 0c9d90f314f364e5b1301ec89d762baabc57c7aa.
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index b87e32a3d9..be9eb1cd75 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -108,11 +108,6 @@ See the <em>Efficiency Guide</em> for further information.</p> </item> - <tag><c>column</c></tag> - <item> - <p>The compiler will keep the column numbers while parsing.</p> - </item> - <tag><c>compressed</c></tag> <item> <p>The compiler will compress the generated object code, |