From 7cd01cf769fbdeec7f5e90b9b8147beb7201ddfe Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 26 Oct 2012 06:42:43 -0400 Subject: config: Remove unused mem_size in fs.py This patch removes a segment of dead code that is never used. --- configs/example/fs.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configs') diff --git a/configs/example/fs.py b/configs/example/fs.py index ddba8554a..10bed7499 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -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]) -- cgit v1.2.3