Review Board 2.0.15


python: Rename doDrain()->drain() and make it do the right thing

Review Request #1507 - Created Oct. 24, 2012 and submitted

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9331:889cd4396022
---------------------------
python: Rename doDrain()->drain() and make it do the right thing

There is no point in exporting the old drain() method in
Simulate.py. It should only be used internally by doDrain(). This
patch moves the old drain() method into doDrain() and renames
doDrain() to drain().

   
Review request changed
Updated (Nov. 2, 2012, 2:57 a.m.)

Status: Closed (submitted)