Skip to content

Commit

Permalink
util: delete unused field in SegmentFetcher
Browse files Browse the repository at this point in the history
Change-Id: I341278fdb620dd531980050eb03b372f4dbd0147
  • Loading branch information
Pesa committed Jan 21, 2020
1 parent 3b9a2c8 commit 9c8f00e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ndn-cxx/util/segment-fetcher.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2013-2019 Regents of the University of California,
* Copyright (c) 2013-2020 Regents of the University of California,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University.
*
Expand Down Expand Up @@ -301,7 +301,6 @@ class SegmentFetcher : noncopyable
Scheduler m_scheduler;
security::v2::Validator& m_validator;
RttEstimator m_rttEstimator;
time::milliseconds m_timeout;

time::steady_clock::TimePoint m_timeLastSegmentReceived;
std::queue<uint64_t> m_retxQueue;
Expand Down

0 comments on commit 9c8f00e

Please sign in to comment.