| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index e6f705bc91aecbe90ac5e49f7097dd6209f2b4b3..07cc545380ee1341a9702ec39a6c90607f82c33a 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -30,7 +30,6 @@ namespace bin {
|
| V(Directory_Delete, 2) \
|
| V(Directory_Rename, 2) \
|
| V(Directory_List, 3) \
|
| - V(Directory_NewServicePort, 0) \
|
| V(File_Open, 2) \
|
| V(File_Exists, 1) \
|
| V(File_Close, 1) \
|
| @@ -59,7 +58,6 @@ namespace bin {
|
| V(File_GetStdioHandleType, 1) \
|
| V(File_GetType, 2) \
|
| V(File_AreIdentical, 2) \
|
| - V(File_NewServicePort, 0) \
|
| V(FileSystemWatcher_IsSupported, 0) \
|
| V(FileSystemWatcher_ReadEvents, 1) \
|
| V(FileSystemWatcher_UnwatchPath, 1) \
|
|
|