Skip to content

Commit

Permalink
fix: Delete unused _deleteFuncContext member
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Sep 16, 2024
1 parent 84edca8 commit 563ad61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class NativeArrayBuffer final : public ArrayBuffer {
uint8_t* _data;
size_t _size;
DeleteFn _deleteFunc;
void* _deleteFuncContext;
};

/**
Expand Down

0 comments on commit 563ad61

Please sign in to comment.