Skip to content

Commit d1e684a

Browse files
committed
Remote extra '=' that stops compilation of handler.
1 parent 6c4034c commit d1e684a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/OrchBase/Composer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ void Composer::formDevTOutputPinHandlers(devTypStrings_t* dTypStrs)
16411641
if ((*pinO)->pMsg->pPropsD)
16421642
{
16431643
handlers_cpp << " pkt_" << (*pinO)->pMsg->Name();
1644-
handlers_cpp << "_pyld_t* message = ";
1644+
handlers_cpp << "_pyld_t* message ";
16451645
handlers_cpp << " OS_ATTRIBUTE_UNUSED= ";
16461646
handlers_cpp << "static_cast<pkt_";
16471647
handlers_cpp << (*pinO)->pMsg->Name() << "_pyld_t*>(pkt);\n";

0 commit comments

Comments
 (0)