Code Cleanup

- Removed obsolete configuration variable 'patterns', which is no longer
  used.
This commit is contained in:
Paul Beckingham 2014-05-08 07:05:29 -04:00
parent fa2af30857
commit eb6c38ac17
5 changed files with 2 additions and 7 deletions

View file

@ -356,11 +356,6 @@ among users that are not comfortable with regular expressions.
.B xterm.title=no
Sets the xterm window title when reports are run. Defaults to off.
.TP
.B patterns=on
Enables or disables pattern support on the command line, such as /foo/.
Defaults to on.
.TP
.B expressions=infix|postfix
Sets a preference for infix expressions (1 + 2) or postfix expressions (1 2 +).