-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/1298/
-----------------------------------------------------------

Review request for Default.


Description
-------

Changeset 9104:a3655fd63449
---------------------------
EventManager: Remove the queue member function and operator

This patch removes the queue() member function and cast operator as
they are never used outside the EventManager. The queue() member
function cause problems in derived classes that declare members with
the same name, e.g. a MemObject subclass that has a packet queue on
its own. The operator is not causing any harm at this point, but as it
is not used there is little point in keeping it.


Diffs
-----

  src/sim/eventq.hh 5f0321c03a26 

Diff: http://reviews.gem5.org/r/1298/diff/


Testing
-------

util/regress all passing (disregarding t1000 and eio)


Thanks,

Andreas Hansson

_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to