summaryrefslogtreecommitdiff
path: root/libdeno/deno.h
diff options
context:
space:
mode:
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.