diff options
Diffstat (limited to 'src/jit/scopeinfo.cpp')
-rw-r--r-- | src/jit/scopeinfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/scopeinfo.cpp b/src/jit/scopeinfo.cpp index 9e8d6b911c..30189c82d2 100644 --- a/src/jit/scopeinfo.cpp +++ b/src/jit/scopeinfo.cpp @@ -1326,7 +1326,6 @@ void CodeGen::psiBegProlog() regNumber otherRegNum = REG_NA; for (unsigned nCnt = 0; nCnt < structDesc.eightByteCount; nCnt++) { - unsigned len = structDesc.eightByteSizes[nCnt]; var_types regType = TYP_UNDEF; if (nCnt == 0) |