Index: src/property-details.h |
diff --git a/src/property-details.h b/src/property-details.h |
index 8df7307be5af7f7d4da3bb75ad20d2506e709145..e30d6681aaa0cb59adff90fedba93a5a5e580214 100644 |
--- a/src/property-details.h |
+++ b/src/property-details.h |
@@ -28,11 +28,6 @@ enum PropertyAttributes { |
// ABSENT can never be stored in or returned from a descriptor's attributes |
// bitfield. It is only used as a return value meaning the attributes of |
// a non-existent property. |
- |
- // When creating a property, EVAL_DECLARED used to indicate that the property |
- // came from a sloppy-mode direct eval, and certain checks need to be done. |
- // Cannot be stored in or returned from a descriptor's attributes bitfield. |
- EVAL_DECLARED = 128 |
}; |