summaryrefslogtreecommitdiff
path: root/src/arch/mips/stacktrace.hh
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>2014-08-13 06:57:30 -0400
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>2014-08-13 06:57:30 -0400
commit8b8d991df053dad34cd490db6c8e7c94b5413290 (patch)
tree1cd5393611977cc78a3c8c652db0eefe77d44b2c /src/arch/mips/stacktrace.hh
parent8d04e32a834c28cea19d748bfe68d1aa0f593898 (diff)
downloadgem5-8b8d991df053dad34cd490db6c8e7c94b5413290.tar.xz
mips: Remove unused private members to fix compile-time warning
Certain versions of clang complain about unused private members if they are not used. This changeset removes such members from the MIPS-specific classes to silence the warning.
Diffstat (limited to 'src/arch/mips/stacktrace.hh')
-rw-r--r--src/arch/mips/stacktrace.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/stacktrace.hh b/src/arch/mips/stacktrace.hh
index 8520c3d1b..f4dc04d29 100644
--- a/src/arch/mips/stacktrace.hh
+++ b/src/arch/mips/stacktrace.hh
@@ -45,8 +45,6 @@ class ProcessInfo
private:
ThreadContext *tc;
- int thread_info_size;
- int task_struct_size;
int task_off;
int pid_off;
int name_off;