Delete unused files from src/base directory.

This commit is contained in:
Steve Reinhardt
2011-01-03 14:35:45 -08:00
parent c69d48f007
commit 2f4c71968a
15 changed files with 0 additions and 2460 deletions

View File

@@ -38,14 +38,11 @@ Source('bigint.cc')
Source('callback.cc')
Source('circlebuf.cc')
Source('cprintf.cc')
Source('crc.cc')
Source('debug.cc')
Source('fast_alloc.cc')
if env['USE_FENV']:
Source('fenv.c')
Source('fifo_buffer.cc')
Source('hostinfo.cc')
Source('hybrid_pred.cc')
Source('inet.cc')
Source('inifile.cc')
Source('intmath.cc')
@@ -58,7 +55,6 @@ Source('random_mt.cc')
Source('range.cc')
if env['TARGET_ISA'] != 'no':
Source('remote_gdb.cc')
Source('sat_counter.cc')
Source('socket.cc')
Source('statistics.cc')
Source('str.cc')
@@ -66,8 +62,6 @@ Source('time.cc')
Source('trace.cc')
Source('userinfo.cc')
Source('compression/lzss_compression.cc')
Source('loader/aout_object.cc')
Source('loader/ecoff_object.cc')
Source('loader/elf_object.cc')