| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index dc6ee178879cd38966a7fc3896d3fe475c11a71e..874e4426d233826d3d7d692e193df89b194e1b1b 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -27,9 +27,6 @@ namespace bin {
|
| // using functions listed in io_natives.cc.
|
| #define BUILTIN_NATIVE_LIST(V) \
|
| V(Builtin_PrintString, 1) \
|
| - V(Builtin_LoadSource, 4) \
|
| - V(Builtin_AsyncLoadError, 3) \
|
| - V(Builtin_DoneLoading, 0) \
|
| V(Builtin_GetCurrentDirectory, 0) \
|
|
|
|
|
|
|