Skip to content

Commit

Permalink
[GR-17457] Remove unused exported library InteropLibrary in CapturedE…
Browse files Browse the repository at this point in the history
…xception

PullRequest: truffleruby/2245
  • Loading branch information
bjfish committed Dec 7, 2020
2 parents 8e765ce + 6da55d5 commit 9bd1204
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/truffleruby/cext/CapturedException.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
*/
package org.truffleruby.cext;

import com.oracle.truffle.api.interop.InteropLibrary;
import com.oracle.truffle.api.interop.TruffleObject;
import com.oracle.truffle.api.library.ExportLibrary;

@ExportLibrary(InteropLibrary.class)
public class CapturedException implements TruffleObject {

private final Throwable exception;
Expand Down

0 comments on commit 9bd1204

Please sign in to comment.