Skip to content

Commit

Permalink
iox-#1361 Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 25, 2023
1 parent cbb478e commit 99c6878
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions iceoryx_posh/include/iceoryx_posh/iceoryx_posh_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,6 @@ iox::log::LogStream& operator<<(iox::log::LogStream& logstream, const Monitoring
namespace mepoo
{
using SequenceNumber_t = std::uint64_t;
using BaseClock_t = std::chrono::steady_clock;

// use signed integer for duration;
// there is a bug in gcc 4.8 which leads to a wrong calculated time
// when sleep_until() is used with a timepoint in the past
using DurationNs_t = std::chrono::duration<std::int64_t, std::nano>;
using TimePointNs_t = std::chrono::time_point<BaseClock_t, DurationNs_t>;
} // namespace mepoo

namespace runtime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ class PortIntrospection
capro::ServiceDescription service;
NodeName_t node;

using TimePointNs_t = mepoo::TimePointNs_t;
using DurationNs_t = mepoo::DurationNs_t;
TimePointNs_t m_sequenceNumberTimestamp{DurationNs_t(0)};
mepoo::SequenceNumber_t m_sequenceNumber{0U};

/// map from indices to ConnectionContainer indices
std::map<int, ConnectionContainerIndexType> connectionMap;
int index{-1};
Expand Down

0 comments on commit 99c6878

Please sign in to comment.