| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index bc6587bf497fd643bf140e2c142c842a9c049fc9..91e82e8fc07ed9d2c8cbd5669a5e0eb97c685a2e 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -46,13 +46,7 @@
|
| V(File_OpenStdio, 1) \
|
| V(File_GetStdioHandleType, 1) \
|
| V(File_NewServicePort, 0) \
|
| - V(Logger_PrintString, 1) \
|
| - V(Platform_NumberOfProcessors, 0) \
|
| - V(Platform_OperatingSystem, 0) \
|
| - V(Platform_PathSeparator, 0) \
|
| - V(Platform_LocalHostname, 0) \
|
| - V(Platform_Environment, 0)
|
| -
|
| + V(Logger_PrintString, 1)
|
|
|
| BUILTIN_NATIVE_LIST(DECLARE_FUNCTION);
|
|
|
|
|