Index: include/dart_api.h |
=================================================================== |
--- include/dart_api.h (revision 13487) |
+++ include/dart_api.h (working copy) |
@@ -1970,12 +1970,6 @@ |
int number_of_arguments, |
Dart_Handle* arguments); |
-// DEPRECATED: The API below is a temporary hack. |
-DART_EXPORT int64_t Dart_ClosureSmrck(Dart_Handle object); |
- |
-// DEPRECATED: The API below is a temporary hack. |
-DART_EXPORT void Dart_ClosureSetSmrck(Dart_Handle object, int64_t value); |
- |
// --- Classes and Interfaces --- |
/** |