cpu: Correctly call parent on switchOut() and takeOverFrom()
[gem5.git] / src / cpu / simple_thread.hh
index 33dcdd49df4624f07a4c2991fe3267d4ba50d80a..ee54850aea07517bbf7e7b84f8e856161123136b 100644 (file)
@@ -140,8 +140,6 @@ class SimpleThread : public ThreadState
                  Process *_process, TheISA::TLB *_itb, TheISA::TLB *_dtb,
                  TheISA::ISA *_isa);
 
-    SimpleThread();
-
     virtual ~SimpleThread();
 
     virtual void takeOverFrom(ThreadContext *oldContext);