diff options
Diffstat (limited to 'src/arch/null')
-rw-r--r-- | src/arch/null/utility.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/null/utility.hh b/src/arch/null/utility.hh index 69055c706..f1e347d06 100644 --- a/src/arch/null/utility.hh +++ b/src/arch/null/utility.hh @@ -52,8 +52,6 @@ getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp) return 0; } -inline void initCPU(ThreadContext *tc, int cpuId) {} - } #endif // __ARCH_NULL_UTILITY_HH__ |