Ruby: remove the files related to the tracer

The Ruby Tracer is out of date with the changes that are being carried
out to support checkpointing. Hence, it needs to be removed.
This commit is contained in:
Nilay Vaish
2012-01-10 18:35:45 -06:00
parent a1b4cb58f1
commit bd739a75b9
8 changed files with 0 additions and 285 deletions

View File

@@ -154,11 +154,8 @@ def create_system(options, system, piobus = None, dma_devices = []):
ruby_profiler = RubyProfiler(ruby_system = ruby,
num_of_sequencers = len(cpu_sequencers))
ruby_tracer = RubyTracer(ruby_system = ruby)
ruby.network = network
ruby.profiler = ruby_profiler
ruby.tracer = ruby_tracer
ruby.mem_size = total_mem_size
ruby._cpu_ruby_ports = cpu_sequencers
ruby.random_seed = options.random_seed