diff options
Diffstat (limited to 'compiler/semexprs.nim')
-rw-r--r-- | compiler/semexprs.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim index 669862c56..517356434 100644 --- a/compiler/semexprs.nim +++ b/compiler/semexprs.nim @@ -614,8 +614,7 @@ proc analyseIfAddressTakenInCall(c: PContext, n: PNode) = const FakeVarParams = {mNew, mNewFinalize, mInc, ast.mDec, mIncl, mExcl, mSetLengthStr, mSetLengthSeq, mAppendStrCh, mAppendStrStr, mSwap, - mAppendSeqElem, mNewSeq, mReset, mShallowCopy, mDeepCopy, mMove, - mWasMoved} + mAppendSeqElem, mNewSeq, mReset, mShallowCopy, mDeepCopy, mMove} # get the real type of the callee # it may be a proc var with a generic alias type, so we skip over them |