Review Board 2.0.15


ruby: remove the ruby system static related to block size

Review Request #3430 - Created April 4, 2016 and updated

Information
Brandon Potter
gem5
default
Reviewers
Default
Changeset 11432:1273aab7b1f3
---------------------------
ruby: remove the ruby system static related to block size

The preceding changesets which pass around the block size via function
parameters and object constructors set the stage for this patch to remove
the block size static variable that resided as a global variable.

Also, remove the RubySystem.hh if it's not needed as a header anymore.