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

Unified Diff: src/uan/model/uan-mac-rc-gw.h

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-gw.h
===================================================================
--- a/src/uan/model/uan-mac-rc-gw.h
+++ b/src/uan/model/uan-mac-rc-gw.h
@@ -116,7 +116,6 @@
uint32_t m_ctsSizeN;
uint32_t m_ctsSizeG;
uint32_t m_ackSize;
- double m_retryRate;
uint16_t m_currentRetryRate;
uint32_t m_currentRateNum;
uint32_t m_numNodes;
@@ -124,7 +123,6 @@
uint32_t m_rateStep;
uint32_t m_frameSize;
- uint16_t m_numRetryRates;
double m_minRetryRate;
double m_retryStep;

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