Delete unused methods in JSCHeapCapture (#41973)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41973

Delete unused methods in JSCHeapCapture

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D52153259

fbshipit-source-id: 323dfc5ab5848f246a3a603ae8b973db9044685f
This commit is contained in:
David Vacca
2023-12-19 15:35:58 -08:00
committed by Facebook GitHub Bot
parent 7a4950b366
commit 0373329933
@@ -26,10 +26,6 @@ public class JSCHeapCapture extends NativeJSCHeapCaptureSpec {
CaptureException(String message) {
super(message);
}
CaptureException(String message, Throwable cause) {
super(message, cause);
}
}
public interface CaptureCallback {