diff options
Diffstat (limited to 'src/arch/sparc/predecoder.hh')
-rw-r--r-- | src/arch/sparc/predecoder.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/sparc/predecoder.hh b/src/arch/sparc/predecoder.hh index 082adeb72..a7a543621 100644 --- a/src/arch/sparc/predecoder.hh +++ b/src/arch/sparc/predecoder.hh @@ -75,12 +75,6 @@ class Predecoder emiIsReady = false; } - void - reset(const ExtMachInst &old_emi) - { - reset(); - } - // Use this to give data to the predecoder. This should be used // when there is control flow. void |