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

Unified Diff: src/mesh/test/flame/flame-test-suite.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/mesh/test/flame/flame-test-suite.cc
===================================================================
--- a/src/mesh/test/flame/flame-test-suite.cc
+++ b/src/mesh/test/flame/flame-test-suite.cc
@@ -73,8 +73,6 @@
void TestExpire ();
///\}
private:
- bool error;
-
Mac48Address dst;
Mac48Address hop;
uint32_t iface;
@@ -88,7 +86,6 @@
FlameRtableTest::FlameRtableTest () :
TestCase ("FlameRtable"),
- error (false),
dst ("01:00:00:01:00:01"),
hop ("01:00:00:01:00:03"),
iface (8010),

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