remove dead code.

This commit is contained in:
Mathieu Lacage
2008-03-17 14:49:52 -07:00
parent a0a7c6d88c
commit 6b9fc231e1
32 changed files with 193 additions and 855 deletions

View File

@@ -4,7 +4,6 @@ def build(bld):
common = bld.create_ns3_module('common', ['core', 'simulator'])
common.source = [
'buffer.cc',
'chunk-registry.cc',
'packet-metadata.cc',
'packet-metadata-test.cc',
'packet.cc',
@@ -21,7 +20,6 @@ def build(bld):
headers.module = 'common'
headers.source = [
'buffer.h',
'chunk-registry.h',
'header.h',
'trailer.h',
'tags.h',