Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(356)

Unified Diff: src/uan/model/uan-mac-rc.cc

Issue 10975043: Fix building with Clang 3.2 (brute force approach) (Closed)
Patch Set: Rebased on ns-3-dev 10211:1af765ed27c8 Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/uan/model/uan-mac-rc.cc
===================================================================
--- a/src/uan/model/uan-mac-rc.cc
+++ b/src/uan/model/uan-mac-rc.cc
@@ -244,11 +244,6 @@
DoubleValue (0.01),
MakeDoubleAccessor (&UanMacRc::m_retryStep),
MakeDoubleChecker<double> ())
- .AddAttribute ("NumberOfRetryRates",
- "Number of retry rates",
- UintegerValue (100),
- MakeUintegerAccessor (&UanMacRc::m_numRetryRates),
- MakeUintegerChecker<uint16_t> ())
.AddAttribute ("MaxPropDelay",
"Maximum possible propagation delay to gateway",
TimeValue (Seconds (2)),

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b