commit | 8dcfa5de48ac86be8861ad39606666ec80f70d23 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 05 14:22:25 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 05 14:22:25 2012 -0700 |
tree | 9b40acb69d5a6d4d961f00dd994e76328de89e5a | |
parent | 80809409c14ab3f580c4a655b9ef9faf018fd1a8 [diff] |
Commenting out unused variable
diff --git a/apps/ccnx-consumer.cc b/apps/ccnx-consumer.cc index 9fc5d12..ae56040 100644 --- a/apps/ccnx-consumer.cc +++ b/apps/ccnx-consumer.cc
@@ -358,7 +358,7 @@ boost::mutex::scoped_lock (m_seqTimeoutsGuard); - SeqTimeoutsContainer::iterator entry = m_seqTimeouts.find (seq); + // SeqTimeoutsContainer::iterator entry = m_seqTimeouts.find (seq); // NS_ASSERT_MSG (entry != m_seqTimeouts.end (), // "Comment out this assert, if it causes problems");