rmacklem c5c0d85fbc Fix a gcc8 warning about a write only variable.
gcc8 warns that "verf" was set but not used. This was because the code
that uses it is disabled via a "#if 0".
This patch adds a "#if 0" to the variable's declaration and assignment
to get rid of the warning.
This way the code could be re-enabled without difficulty.

Requested by:	mmacy
MFC after:	2 weeks
2018-06-03 19:46:44 +00:00
..
2018-01-24 16:40:26 +00:00
2018-05-13 19:48:30 +00:00
2018-03-17 12:59:55 +00:00
2017-12-19 22:39:05 +00:00