Skip to content

Commit

Permalink
Remove kGCTypeMinorMarkCompact to maintain previous behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Nov 7, 2024
1 parent 2b66f40 commit 6712097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/memwatch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ NAN_GC_CALLBACK(memwatch::after_gc) {
s_stats.gcProcessWeakCallbacksTime += gcTime;
return;

case kGCTypeMinorMarkCompact:
case kGCTypeMarkSweepCompact:
case kGCTypeAll:
break;
Expand Down

0 comments on commit 6712097

Please sign in to comment.