Skip to content

Commit

Permalink
streams: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 24, 2023
1 parent 2f578f5 commit 3f010f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ typedef struct {
TJSPromise result;
} TJSWriteReq;

static TJSStream *tjs_stream_get(JSContext *ctx, JSValueConst obj);
static TJSStream *tjs_tcp_get(JSContext *ctx, JSValueConst obj);
static TJSStream *tjs_pipe_get(JSContext *ctx, JSValueConst obj);

Expand Down

0 comments on commit 3f010f5

Please sign in to comment.