Lioncash 826c11ba3b MainBase: Remove unused s_beginFieldArgs struct
This is only ever memset to zero and never used again.

This also gets rid of an instance of undefined behavior considering the
draft standard for C++17 (N4659) states at [dcl.type.cv] paragraph 5:

"
The semantics of an access through a volatile glvalue are implementation-defined.
If an attempt is made to access an object defined with a volatile-qualified type
through the use of a non-volatile glvalue, the behavior is undefined.
"
2018-03-17 18:07:08 -04:00
..
2017-05-26 00:53:58 -07:00
2016-01-17 20:11:45 -05:00
2018-03-14 22:03:12 -04:00
2017-03-26 23:08:33 -04:00
2017-06-15 21:34:04 +02:00
2017-08-22 16:40:34 +02:00
2015-05-25 13:22:31 +02:00
2017-11-17 19:47:56 -06:00
2017-05-18 17:01:12 -07:00
2016-01-17 20:11:45 -05:00