remove uneeded EnableMetadata calls

This commit is contained in:
Mathieu Lacage
2008-08-15 10:15:54 -07:00
parent 35c5966c45
commit c71981e5a2
2 changed files with 0 additions and 6 deletions

View File

@@ -116,9 +116,6 @@ main (int argc, char *argv[])
//
cmd.Parse (argc, argv);
// The metadata system (off by default) is used by ascii tracing below
Packet::EnableMetadata ();
///////////////////////////////////////////////////////////////////////////
// //
// Construct the backbone //

View File

@@ -97,9 +97,6 @@ def main(argv):
#
cmd.Parse(argv)
# The metadata system(off by default) is used by ascii tracing below
ns3.Packet.EnableMetadata()
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # /
# #
# Construct the backbone #