NS3_LOG_ENABLE shouldn't be forced.
authorAndrey Mazo <ahippo@yandex.com>
Sun, 23 Mar 2014 16:56:59 +0400
changeset 10677 220892372fec
parent 10676 f13ef6e82364
child 10678 cbaefda493be
NS3_LOG_ENABLE shouldn't be forced. Moreover, there is no NS_LOG* usage in these files.
src/internet/test/ipv6-fragmentation-test.cc
src/sixlowpan/test/sixlowpan-fragmentation-test.cc
--- a/src/internet/test/ipv6-fragmentation-test.cc	Sun Mar 23 16:51:32 2014 +0400
+++ b/src/internet/test/ipv6-fragmentation-test.cc	Sun Mar 23 16:56:59 2014 +0400
@@ -23,8 +23,6 @@
  * This is the test code for ipv6-l3protocol.cc (only the fragmentation and reassembly part).
  */
 
-#define NS3_LOG_ENABLE 1
-
 #include "ns3/test.h"
 #include "ns3/config.h"
 #include "ns3/uinteger.h"
--- a/src/sixlowpan/test/sixlowpan-fragmentation-test.cc	Sun Mar 23 16:51:32 2014 +0400
+++ b/src/sixlowpan/test/sixlowpan-fragmentation-test.cc	Sun Mar 23 16:56:59 2014 +0400
@@ -17,8 +17,6 @@
  *
  * Author: Tommaso Pecorella <tommaso.pecorella@unifi.it>
  */
-#define NS3_LOG_ENABLE 1
-
 #include "ns3/test.h"
 #include "ns3/config.h"
 #include "ns3/uinteger.h"