diff options
| author | 2018-09-19 14:23:11 -0400 | |
|---|---|---|
| committer | 2018-09-19 14:23:13 -0400 | |
| commit | 2e5f0e5024fac21808de12fd9008feb85dc2f02c (patch) | |
| tree | 38c05b6396c7540ff9047258ab9257fed1480f4b /src/core/gdbstub/gdbstub.cpp | |
| parent | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr (diff) | |
| download | yuzu-2e5f0e5024fac21808de12fd9008feb85dc2f02c.tar.gz yuzu-2e5f0e5024fac21808de12fd9008feb85dc2f02c.tar.xz yuzu-2e5f0e5024fac21808de12fd9008feb85dc2f02c.zip | |
xts_archive: Remove unused variables from CalculateHMAC256()
These variables aren't used, which still has an impact, as std::vector
cannot be optimized away by the compiler (it's constructor and
destructor are both non-trivial), so this was just wasting memory.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions