diff --git a/doc/coding.sgml b/doc/coding.sgml index 911b77422..897191667 100644 --- a/doc/coding.sgml +++ b/doc/coding.sgml @@ -132,14 +132,6 @@ and reduce the code to one fetch, one addition and one store. -Case labels in a switch statments are checked in source order

- -Labels that appear first in a switch statement are tested first. So, if your -switch statement contains labels that are selected most of the time, put them -first in your source code. This will speed up the code. - - - Use the preincrement and predecrement operators

The compiler is not always smart enough to figure out, if the rvalue of an