Index: src/runtime.cc |
=================================================================== |
--- src/runtime.cc (revision 5451) |
+++ src/runtime.cc (working copy) |
@@ -10106,9 +10106,6 @@ |
}; |
-const int Runtime::kNotFound; |
- |
- |
Object* Runtime::InitializeIntrinsicFunctionNames(Object* dictionary) { |
ASSERT(dictionary != NULL); |
ASSERT(StringDictionary::cast(dictionary)->NumberOfElements() == 0); |