summaryrefslogtreecommitdiff
path: root/libdeno/deno.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-23 23:58:20 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-24 14:52:38 -0700
commit6afe94b3c855a8c486ce2a593cf2f8cac3b4d711 (patch)
tree0349632e80800a5a7b966a3fb91c4a4299ae393e /libdeno/deno.h
parentfd68f85ce8cfbb036f0bc2c532f423d8ffa78289 (diff)
libdeno: clean up
- Use a proper class for DenoIsolate. - Move extern C stuff to api.cc
Diffstat (limited to 'libdeno/deno.h')
-rw-r--r--libdeno/deno.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdeno/deno.h b/libdeno/deno.h
index e93b2e7f4..f833bd541 100644
--- a/libdeno/deno.h
+++ b/libdeno/deno.h
@@ -17,7 +17,6 @@ typedef struct {
size_t data_len; // Length of logical contents.
} deno_buf;
-struct deno_s;
typedef struct deno_s Deno;
// A callback to receive a message from a libdeno.send() javascript call.