Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 2, 2023
1 parent 5d31d5d commit d70236a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions csharp/test/Apache.Arrow.IntegrationTest/CDataInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,5 @@ public static void RunGC()
GC.Collect();
GC.WaitForPendingFinalizers();
}

public static long GetAllocatedBytes()
{
// XXX this doesn't seem to give stable and reliable measurements
var gcInfo = GC.GetGCMemoryInfo();
return gcInfo.PromotedBytes;
}
}
}

0 comments on commit d70236a

Please sign in to comment.