Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 11, 2024
1 parent e85e95b commit e2bc93d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bun.js/javascript_core_c_api.zig
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ pub extern fn JSRemoteInspectorSetInspectionEnabledByDefault(enabled: bool) void

const size_t = usize;


pub const CellType = enum(u8) {
pub const LastMaybeFalsyCellPrimitive = 2;
pub const LastJSCObjectType = 73;
Expand Down Expand Up @@ -320,8 +319,4 @@ pub const CellType = enum(u8) {
}
};





pub extern "c" fn JSObjectGetProxyTarget(JSObjectRef) JSObjectRef;

0 comments on commit e2bc93d

Please sign in to comment.