summaryrefslogtreecommitdiff
path: root/src/arch/null/utility.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/null/utility.hh')
-rw-r--r--src/arch/null/utility.hh2
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__