From: Hyeongseok Oh Date: Mon, 5 Jun 2017 13:55:49 +0000 (+0900) Subject: Update morph.cpp X-Git-Tag: accepted/tizen/base/20180629.140029~1083^2~556^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce494d1acdc54321e485e0baa69d4e4d4187b98b;p=platform%2Fupstream%2Fcoreclr.git Update morph.cpp --- diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp index c2f6224..fc96f9a 100644 --- a/src/jit/morph.cpp +++ b/src/jit/morph.cpp @@ -1319,9 +1319,7 @@ void fgArgInfo::RemorphStkArg( } } -#ifdef DEBUG nextSlotNum = (unsigned)roundUp(nextSlotNum, alignment); -#endif assert(curArgTabEntry->argNum == argNum); assert(curArgTabEntry->slotNum == nextSlotNum);