config: Remove unused mem_size in fs.py
This patch removes a segment of dead code that is never used.
This commit is contained in:
parent
651de2d9af
commit
7cd01cf769
1 changed files with 0 additions and 4 deletions
|
@ -117,10 +117,6 @@ test_sys.init_param = options.init_param
|
|||
|
||||
test_sys.cpu = [TestCPUClass(cpu_id=i) for i in xrange(np)]
|
||||
|
||||
if bm[0]:
|
||||
mem_size = bm[0].mem()
|
||||
else:
|
||||
mem_size = SysConfig().mem()
|
||||
if options.caches or options.l2cache:
|
||||
test_sys.iocache = IOCache(clock = '1GHz',
|
||||
addr_ranges=[test_sys.physmem.range])
|
||||
|
|
Loading…
Reference in a new issue