Delete unused files from src/base directory.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user