Skip to content

Commit

Permalink
Delete twice definition of port_t in primitive_types.hpp (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
reymor authored Jan 9, 2025
1 parent 40122f7 commit d8eaf8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interface/vsomeip/primitive_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ typedef uint8_t interface_version_t;
typedef uint8_t byte_t;
typedef uint16_t diagnosis_t;

typedef uint16_t port_t;

// Addresses
typedef std::array<byte_t, 4> ipv4_address_t;
typedef std::array<byte_t, 16> ipv6_address_t;
Expand Down

0 comments on commit d8eaf8c

Please sign in to comment.