Index: src/a64/simulator-a64.h |
diff --git a/src/a64/simulator-a64.h b/src/a64/simulator-a64.h |
index 602d72395b3a2a26598bd655f3cceeeb7c566c9a..506736af8745c284d5bf801adae0f96cbb2aa6a3 100644 |
--- a/src/a64/simulator-a64.h |
+++ b/src/a64/simulator-a64.h |
@@ -732,8 +732,6 @@ class Simulator : public DecoderVisitor { |
template <typename T> |
T FPMinNM(T a, T b); |
- void CheckStackAlignment(); |
- |
inline void CheckPCSComplianceAndRun(); |
#ifdef DEBUG |