Index: src/promise-utils.cc |
diff --git a/src/promise-utils.cc b/src/promise-utils.cc |
index 607dbe8caa38f658c5edf5b12557bf39e1be325d..9f4898c46be40b3244515aeff6f2b1c4477c49c9 100644 |
--- a/src/promise-utils.cc |
+++ b/src/promise-utils.cc |
@@ -11,13 +11,6 @@ |
namespace v8 { |
namespace internal { |
-enum PromiseResolvingFunctionContextSlot { |
- kAlreadyVisitedSlot = Context::MIN_CONTEXT_SLOTS, |
- kPromiseSlot, |
- kDebugEventSlot, |
- kPromiseContextLength, |
-}; |
- |
JSObject* PromiseUtils::GetPromise(Handle<Context> context) { |
return JSObject::cast(context->get(kPromiseSlot)); |
} |