ARM: Get rid of the empty branch.cc.

This commit is contained in:
Gabe Black
2010-06-02 12:58:17 -05:00
parent 0c574987c8
commit f8d2ed708b
2 changed files with 0 additions and 36 deletions

View File

@@ -48,7 +48,6 @@ if env['TARGET_ISA'] == 'arm':
# Scons bug id: 2006 M5 Bug id: 308
Dir('isa/formats')
Source('faults.cc')
Source('insts/branch.cc')
Source('insts/macromem.cc')
Source('insts/mem.cc')
Source('insts/misc.cc')