Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: runtime/vm/malloc_hooks_mips.cc

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/intrinsifier_mips.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/malloc_hooks_mips.cc
diff --git a/runtime/vm/malloc_hooks_mips.cc b/runtime/vm/malloc_hooks_mips.cc
deleted file mode 100644
index 98c4b31c8b4d0bf12f7a49c28e822788127f56c7..0000000000000000000000000000000000000000
--- a/runtime/vm/malloc_hooks_mips.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-#include "vm/malloc_hooks.h"
-
-#include "vm/globals.h"
-
-#if defined(HOST_ARCH_MIPS)
-
-namespace dart {
-
-const intptr_t kSkipCount = 5;
-
-} // namespace dart
-
-#endif // defined(HOST_ARCH_MIPS)
« no previous file with comments | « runtime/vm/intrinsifier_mips.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698