Skip to content

Commit

Permalink
mod: removes useless internal-connection in generic
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Apr 2, 2024
1 parent d46d8b9 commit 8eca907
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/include/irritator/modeling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,6 @@ class generic_component
generic_component(const child_limiter child_limit,
const connection_limiter connection_limit) noexcept;

struct internal_connection {
child_id src;
u64 p_src;
child_id dst;
u64 p_dst;
};

struct input_connection {
port_id x; // The port_id in this component.
child_id dst;
Expand Down

0 comments on commit 8eca907

Please sign in to comment.