summaryrefslogtreecommitdiff
path: root/runtime/utils.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-10-20 12:55:20 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2015-10-20 12:55:20 +0100
commitb937a443752d4185a18cafb88e686bec1dd53d15 (patch)
tree8e0831ff94c789fe6b26e8d85d0716a589603c24 /runtime/utils.cc
parent94e24ac0e9e2bad74e9beecbd068f2b87798b815 (diff)
Fix mac build.
Change-Id: I7229a628a619164eea22735bcaed507428ab054a
Diffstat (limited to 'runtime/utils.cc')
-rw-r--r--runtime/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc
index 98ccd8e5b7..8083446ce1 100644
--- a/runtime/utils.cc
+++ b/runtime/utils.cc
@@ -1174,7 +1174,7 @@ void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix,
}
}
#else
- UNUSED(os, tid, prefix, current_method, current_code, ucontext_ptr);
+ UNUSED(os, tid, prefix, current_method, ucontext_ptr);
#endif
}