author | Gustavo J. A. M. Carneiro <gjc@inescporto.pt> |
Fri, 24 Feb 2012 03:36:58 -0500 | |
changeset 7743 | c488dc0ef76c |
parent 7742 | 5371c2273cf8 |
child 7744 | 0ee272dab97b |
--- a/src/core/test/timer-test-suite.cc Fri Feb 24 03:34:42 2012 -0500 +++ b/src/core/test/timer-test-suite.cc Fri Feb 24 03:36:58 2012 -0500 @@ -38,21 +38,12 @@ void bar5i (int, int, int, int, int) { } -void bar6i (int, int, int, int, int, int) -{ -} void barcir (const int &) { } void barir (int &) { } -void barip (int *) -{ -} -void barcip (const int *) -{ -} } // anonymous namespace namespace ns3 {