Skip to content

Commit 059c2ee

Browse files
authored
Merge pull request #17 from JamesHallowell/patch-1
Remove assert preventing serializing Null Method values
2 parents 7460092 + e2c4394 commit 059c2ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: OCAMicro/OCAMicro/Src/common/OCALite/OCF/Messages/OcaLiteMessageNotification.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ bool OcaLiteMessageNotification::WriteParameters(::OcaONo targetONo,
6666
void OcaLiteMessageNotification::WriteParameters(::OcaONo targetONo,
6767
const ::OcaLiteMethodID& methodID)
6868
{
69-
assert(OCA_INVALID_ONO != targetONo);
70-
7169
m_targetONo = targetONo;
7270
m_methodID = methodID;
7371
}

0 commit comments

Comments
 (0)