diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-03-17 17:53:34 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-03-17 18:07:08 -0400 |
| commit | 826c11ba3b92add21d6f9a0513cc861826d419fb (patch) | |
| tree | 88497bd0aeccc5009a6fb5e89f204187c0adf54f /Source/Core/VideoCommon/VideoBackendBase.cpp | |
| parent | 166798047029f5c64b8440ad05df19bee202b778 (diff) | |
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.
"
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
0 files changed, 0 insertions, 0 deletions
