Re: [PATCH 2/5] remove unused member (PR 78703)

2017-01-23 Thread Jeff Law
On 01/22/2017 04:52 PM, Martin Sebor wrote: The attached simple patch removes the format_result::constant member that is not used except in debugging dumps. Removing it makes the handling of non-constant arguments simpler. Since this handling increases in the substantive changes that follow thi

[PATCH 2/5] remove unused member (PR 78703)

2017-01-22 Thread Martin Sebor
The attached simple patch removes the format_result::constant member that is not used except in debugging dumps. Removing it makes the handling of non-constant arguments simpler. Since this handling increases in the substantive changes that follow this change reduces the complexity of those chan