Skip to content

Commit

Permalink
Delete twice definition of port_t in primitive_types.hpp (COVESA#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
reymor authored Feb 19, 2024
1 parent 55284c5 commit d58996c
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 d58996c

Please sign in to comment.