Index: src/snapshot/natives.h |
diff --git a/src/snapshot/natives.h b/src/snapshot/natives.h |
index c1e2fcde6268eaff6ec56723f5debbadc334f671..07f6b1aed35727aac733f6ee1b5d1529a80c12a0 100644 |
--- a/src/snapshot/natives.h |
+++ b/src/snapshot/natives.h |
@@ -15,7 +15,6 @@ namespace internal { |
enum NativeType { |
CORE, |
- CODE_STUB, |
EXPERIMENTAL, |
EXTRAS, |
EXPERIMENTAL_EXTRAS, |
@@ -49,7 +48,6 @@ class NativesCollection { |
}; |
typedef NativesCollection<CORE> Natives; |
-typedef NativesCollection<CODE_STUB> CodeStubNatives; |
typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives; |
typedef NativesCollection<EXTRAS> ExtraNatives; |
typedef NativesCollection<EXPERIMENTAL_EXTRAS> ExperimentalExtraNatives; |