Removed dependencies of pfs

This commit is contained in:
mmiozzo
2011-03-16 16:10:39 +01:00
parent b367718699
commit c32afcf2f1

View File

@@ -39,7 +39,6 @@ def build(bld):
'model/lte-ue-phy-sap.cc',
'model/lte-interference.cc',
'model/lte-sinr-chunk-processor.cc',
'model/pf-ff-mac-scheduler.cc',
]
headers = bld.new_task_gen('ns3header')
@@ -83,7 +82,6 @@ def build(bld):
'model/lte-ue-phy-sap.h',
'model/lte-interference.h',
'model/lte-sinr-chunk-processor.h',
'model/pf-ff-mac-scheduler.h',
]
if (bld.env['ENABLE_EXAMPLES']):