Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Oct 17, 2024
1 parent 0e62daa commit 73fb1c4
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 @@ -1385,10 +1385,6 @@ fn NewSocket(comptime ssl: bool) type {
else
JSC.Codegen.JSTLSSocket;

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

pub fn hasPendingActivity(this: *This) callconv(.C) bool {
@fence(.acquire);

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 @@ -7,7 +7,6 @@ function generate(ssl) {
hasPendingActivity: true,
noConstructor: true,
configurable: false,
estimatedSize: true,
proto: {
getAuthorizationError: {
fn: "getAuthorizationError",
Expand Down

0 comments on commit 73fb1c4

Please sign in to comment.