Timing CPU: Remove a redundant port pointer
This patch is trivial and merely prunes a pointer that was never set or used.
This commit is contained in:
parent
a118c01716
commit
754a9570f2
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ class TimingSimpleCPU : public BaseSimpleCPU
|
|||
{
|
||||
PacketPtr pkt;
|
||||
TimingSimpleCPU *cpu;
|
||||
CpuPort *port;
|
||||
|
||||
TickEvent(TimingSimpleCPU *_cpu) : pkt(NULL), cpu(_cpu) {}
|
||||
const char *description() const { return "Timing CPU tick"; }
|
||||
|
|
Loading…
Reference in a new issue