core: Remove obsolete example from wscript as well

This commit is contained in:
Peter D. Barnes, Jr.
2018-05-23 14:24:14 -07:00
parent 0a057ed404
commit ce1c923feb

View File

@@ -15,9 +15,6 @@ def build(bld):
obj = bld.create_ns3_program('main-ptr', ['core'] )
obj.source = 'main-ptr.cc'
obj = bld.create_ns3_program('main-random-variable', ['core', 'config-store','stats'])
obj.source = 'main-random-variable.cc'
obj = bld.create_ns3_program('main-random-variable-stream', ['core', 'config-store','stats'])
obj.source = 'main-random-variable-stream.cc'