Skip to content

Commit

Permalink
only on TCP and TLS Sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Oct 17, 2024
1 parent db4c0bc commit 0e62daa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/bun.js/api/bun/socket.zig
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,6 @@ pub const Listener = struct {
return true;
}

pub fn estimatedSize(_: *Listener) callconv(.C) usize {
return @sizeOf(Listener);
}

const UnixOrHost = union(enum) {
unix: []const u8,
host: struct {
Expand Down
1 change: 0 additions & 1 deletion src/bun.js/api/sockets.classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export default [
name: "Listener",
noConstructor: true,
JSType: "0b11101110",
estimatedSize: true,
proto: {
stop: {
fn: "stop",
Expand Down

0 comments on commit 0e62daa

Please sign in to comment.