Skip to content

Commit

Permalink
Delete unused methods in JSCHeapCapture (facebook#41973)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#41973

Delete unused methods in JSCHeapCapture

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D52153259

fbshipit-source-id: 323dfc5ab5848f246a3a603ae8b973db9044685f
  • Loading branch information
mdvacca authored and facebook-github-bot committed Dec 19, 2023
1 parent 7a4950b commit 0373329
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public static class CaptureException extends Exception {
CaptureException(String message) {
super(message);
}

CaptureException(String message, Throwable cause) {
super(message, cause);
}
}

public interface CaptureCallback {
Expand Down

0 comments on commit 0373329

Please sign in to comment.