summaryrefslogtreecommitdiff
path: root/src/base/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-09-19 06:15:43 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2012-09-19 06:15:43 -0400
commitc34df76272c17401955f6daf30ca9c7e7671ae56 (patch)
treed23df59525ad0fcf3812d2d5e4d583880877d12a /src/base/SConscript
parent12c291f9d7a1aa3776133bd911c1aa3263010835 (diff)
downloadgem5-c34df76272c17401955f6daf30ca9c7e7671ae56.tar.xz
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.
Diffstat (limited to 'src/base/SConscript')
-rw-r--r--src/base/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/SConscript b/src/base/SConscript
index 8790942cd..ff6d696d4 100644
--- a/src/base/SConscript
+++ b/src/base/SConscript
@@ -52,7 +52,6 @@ Source('output.cc')
Source('pollevent.cc')
Source('random.cc')
Source('random_mt.cc')
-Source('range.cc')
if env['TARGET_ISA'] != 'no':
Source('remote_gdb.cc')
Source('socket.cc')