From 3c3123dc4a46bcbef12cbd167a98a0e1784974d6 Mon Sep 17 00:00:00 2001 From: Mitch Watrous Date: Tue, 10 Jul 2012 21:51:44 -0700 Subject: [PATCH] update wscript --- src/core/wscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/wscript b/src/core/wscript index 28ab4d615..48b37eec4 100644 --- a/src/core/wscript +++ b/src/core/wscript @@ -125,7 +125,6 @@ def build(bld): 'model/test.cc', 'model/random-variable.cc', 'model/random-variable-stream.cc', - 'model/random-variable-stream-helper.cc', 'model/rng-seed-manager.cc', 'model/rng-stream.cc', 'model/command-line.cc', @@ -163,7 +162,6 @@ def build(bld): 'test/object-test-suite.cc', 'test/ptr-test-suite.cc', 'test/random-variable-test-suite.cc', - 'test/random-variable-stream-test-suite.cc', 'test/sample-test-suite.cc', 'test/simulator-test-suite.cc', 'test/time-test-suite.cc', @@ -211,7 +209,6 @@ def build(bld): 'model/test.h', 'model/random-variable.h', 'model/random-variable-stream.h', - 'model/random-variable-stream-helper.h', 'model/rng-seed-manager.h', 'model/rng-stream.h', 'model/command-line.h',