Skip to content

Commit 8b8976c

Browse files
committed
Refs #23701. Remove support for input feeds.
Signed-off-by: Miguel Company <[email protected]>
1 parent 72b9379 commit 8b8976c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/eprosima/fastdds/idl/grammar/Operation.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ public void add(com.eprosima.idl.parser.tree.Param param)
8484
}
8585
else
8686
{
87-
// Take note that there is at least one input feed
88-
m_context.inputFeedAdded(p);
89-
m_hasInputFeeds = true;
87+
throw new ParseException(null, "Support for input feeds is part of Fast DDS Pro");
9088
}
9189
}
9290

0 commit comments

Comments
 (0)