AddrRange: Simplify Range by removing stream input/output
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 19 Sep 2012 10:15:43 +0000 (06:15 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 19 Sep 2012 10:15:43 +0000 (06:15 -0400)
commitc34df76272c17401955f6daf30ca9c7e7671ae56
treed23df59525ad0fcf3812d2d5e4d583880877d12a
parent12c291f9d7a1aa3776133bd911c1aa3263010835
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/base/SConscript
src/base/range.cc [deleted file]
src/base/range.hh
src/unittest/SConscript
src/unittest/rangetest.cc [deleted file]