10000 Remove unused function · sakerbuild/saker.java.compiler@220cf4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 220cf4e

Browse files
committed
Remove unused function
1 parent cf33eb4 commit 220cf4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

impl/src/main/saker/java/compiler/impl/compile/handler/info/SignatureSourcePositions.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ public Position putPosition(SignaturePath sig, int startpos, int endpos, int lin
150150
return result;
151151
}
152152

153-
public Map<SignaturePath, Position> getPositions() {
154-
return positions;
155-
}
156-
157153
@Override
158154
public void writeExternal(ObjectOutput out) throws IOException {
159155
SerialUtils.writeExternalMap(out, positions);

0 commit comments

Comments
 (0)
0