Skip to content

Commit cd8783c

Browse files
committedJul 21, 2021
8270820: remove unused stiFileTableIndex from SDE.c
Reviewed-by: cjplummer, sspitsyn
1 parent 1f51e13 commit cd8783c

File tree

1 file changed

+0
-4
lines changed
  • src/jdk.jdwp.agent/share/native/libjdwp

1 file changed

+0
-4
lines changed
 

‎src/jdk.jdwp.agent/share/native/libjdwp/SDE.c

-4
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,6 @@ private jboolean isValid(void);
731731
return -1;
732732
}
733733

734-
private int stiFileTableIndex(int sti, int lti) {
735-
return fileTableIndex(sti, lineTable[lti].fileId);
736-
}
737-
738734
private jboolean isValid(void) {
739735
return sourceMapIsValid;
740736
}

0 commit comments

Comments
 (0)
Please sign in to comment.