mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
7a4950b366
commit
0373329933
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user