diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-09-19 06:15:43 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-09-19 06:15:43 -0400 |
commit | c34df76272c17401955f6daf30ca9c7e7671ae56 (patch) | |
tree | d23df59525ad0fcf3812d2d5e4d583880877d12a /src/base/SConscript | |
parent | 12c291f9d7a1aa3776133bd911c1aa3263010835 (diff) | |
download | gem5-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/SConscript | 1 |
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') |