diff options
Diffstat (limited to 'src/cpu/pc_event.hh')
-rw-r--r-- | src/cpu/pc_event.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/pc_event.hh b/src/cpu/pc_event.hh index 7b57e97a7..0822c528a 100644 --- a/src/cpu/pc_event.hh +++ b/src/cpu/pc_event.hh @@ -142,10 +142,6 @@ class BreakPCEvent : public PCEvent virtual void process(ThreadContext *tc); }; -void sched_break_pc_sys(System *sys, Addr addr); - -void sched_break_pc(Addr addr); - class PanicPCEvent : public PCEvent { public: |