We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e670390 commit 33307a1Copy full SHA for 33307a1
src/main/java/network/aika/neuron/relation/MultiRelation.java
@@ -154,13 +154,6 @@ public void write(DataOutput out) throws IOException {
154
}
155
156
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
164
@Override
165
public void readFields(DataInput in, Model m) throws IOException {
166
int l = in.readInt();
0 commit comments