| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index 03eb99e15d6108c93ada50092a4265934cedd79c..4ea06b2d047706c62768ea3a0052b5ec5a0ed6fc 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -376,7 +376,6 @@ enum AllocationSpace {
|
| CELL_SPACE, // Only and all cell objects.
|
| PROPERTY_CELL_SPACE, // Only and all global property cell objects.
|
| LO_SPACE, // Promoted large objects.
|
| - INVALID_SPACE, // Only used in AllocationResult to signal success.
|
|
|
| FIRST_SPACE = NEW_SPACE,
|
| LAST_SPACE = LO_SPACE,
|
|
|