summaryrefslogtreecommitdiff
path: root/src/internal.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-13 19:55:10 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-16 08:40:11 -0400
commit36d82374cf54be5df23e570bd2c6865e223d5d76 (patch)
tree0885b628d43cd452981c278b9c02ee45042442e5 /src/internal.h
parentd770cc18f80257b520c2cf9cdc5ddea707b38680 (diff)
Implement deno_handle_msg_from_js in Rust
Fixes #419, #414.
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/internal.h b/src/internal.h
index 0719bdc3e..c63ba532a 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -17,10 +17,6 @@ struct deno_s {
deno_recv_cb cb;
void* data;
};
-// TODO(ry) Remove these when we call deno_reply_start from Rust.
-char** deno_argv();
-int deno_argc();
-struct deno_s* deno_from_isolate(v8::Isolate* isolate);
}
namespace deno {