Skip to content

Commit 33307a1

Browse files
author
Lukas Molzberger
committed
cleanup
1 parent e670390 commit 33307a1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/network/aika/neuron/relation/MultiRelation.java

-7
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ public void write(DataOutput out) throws IOException {
154154
}
155155

156156

157-
public static MultiRelation read(DataInput in, Model m) throws IOException {
158-
MultiRelation mr = new MultiRelation();
159-
mr.readFields(in, m);
160-
return mr;
161-
}
162-
163-
164157
@Override
165158
public void readFields(DataInput in, Model m) throws IOException {
166159
int l = in.readInt();

0 commit comments

Comments
 (0)