Skip to content

Commit 08caff9

Browse files
committed
Removing unnecessary load from Image.java
1 parent 793de5a commit 08caff9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

com/arrayfire/Image.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
public class Image extends Array {
44

5-
static {
6-
System.loadLibrary("arrayfire");
7-
}
8-
95
private native static long erode (long a, long b);
106
private native static long dilate (long a, long b);
117
private native static long convolve (long a, long b);

0 commit comments

Comments
 (0)