From c34df76272c17401955f6daf30ca9c7e7671ae56 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 19 Sep 2012 06:15:43 -0400 Subject: AddrRange: Simplify Range by removing stream input/output This patch simplifies the Range class in preparation for the introduction of a more specific AddrRange class that allows interleaving/striping. The only place where the parsing was used was in the unit test. --- src/unittest/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/unittest/SConscript') diff --git a/src/unittest/SConscript b/src/unittest/SConscript index 3ae92194c..841cbb8a6 100644 --- a/src/unittest/SConscript +++ b/src/unittest/SConscript @@ -43,7 +43,6 @@ UnitTest('initest', 'initest.cc') UnitTest('lrutest', 'lru_test.cc') UnitTest('nmtest', 'nmtest.cc') UnitTest('offtest', 'offtest.cc') -UnitTest('rangetest', 'rangetest.cc') UnitTest('rangemaptest', 'rangemaptest.cc') UnitTest('refcnttest', 'refcnttest.cc') UnitTest('strnumtest', 'strnumtest.cc') -- cgit v1.2.3