Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclover committed Dec 4, 2024
1 parent c559865 commit 3e00596
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bun.js/bindings/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4753,8 +4753,6 @@ void JSC__JSValue__getClassName(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1
bool JSC__JSValue__getClassInfoName(JSValue value, const uint8_t** outPtr, size_t* outLen)
{
if (auto info = value.classInfoOrNull()) {
// className is an ASCIILiteral, therefore having infinite lifetime
static_assert(std::is_same<typeof info->className, const ASCIILiteral>::value);
*outPtr = info->className.span8().data();
*outLen = info->className.span8().size();
return true;
Expand Down

0 comments on commit 3e00596

Please sign in to comment.