Arm64Gen: Remove unused constant

This commit is contained in:
Dentomologist
2021-03-07 10:09:59 -08:00
parent 61198541a0
commit dffcbcc6c4
-1
View File
@@ -27,7 +27,6 @@ namespace Arm64Gen
namespace
{
const int kWRegSizeInBits = 32;
const int kXRegSizeInBits = 64;
uint64_t LargestPowerOf2Divisor(uint64_t value)
{