Index: runtime/vm/native_arguments.h |
diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h |
index 23f61c790796ffd7689c6bbc409778f20025d6a5..9823d8221c72022140f13e78ad22e02aba81364d 100644 |
--- a/runtime/vm/native_arguments.h |
+++ b/runtime/vm/native_arguments.h |
@@ -69,17 +69,6 @@ void VerifyOnTransition(); |
#endif |
-#ifndef PRODUCT |
-#define TRACE_NATIVE_CALL(format, name) \ |
- if (FLAG_trace_natives) { \ |
- OS::Print("Calling native: " format "\n", name); \ |
- } |
-#else |
-#define TRACE_NATIVE_CALL(format, name) \ |
- do { \ |
- } while (0) |
-#endif |
- |
// Class NativeArguments is used to access arguments passed in from |
// generated dart code to a runtime function or a dart library native |
// function. It is also used to set the return value if any at the slot |