Remove unused attributes

Removed attributes &postprocessor and &match from documentation
and source code.  Removed undocumented attribute &attr from
source code.  Removed internal attribute (&tracked) from documentation.
This commit is contained in:
Daniel Thayer 2012-12-10 15:43:13 -06:00
parent e8482fef99
commit cb7fd7c87c
6 changed files with 4 additions and 23 deletions

View file

@ -56,7 +56,7 @@ public:
// Rotates the logfile. Returns rotate_info.
RecordVal* Rotate();
// Set &rotate_interval, &rotate_size, &postprocessor,
// Set &rotate_interval, &rotate_size,
// and &raw_output attributes.
void SetAttrs(Attributes* attrs);