Skip to content

Commit 91960ec

Browse files
Vladimir Kotalahornace
authored andcommitted
remove unused variable
1 parent 27eed78 commit 91960ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/FileController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ public class FileController {
5555

5656
public static final String PATH = "/file";
5757

58-
private static final RuntimeEnvironment env = RuntimeEnvironment.getInstance();
59-
6058
private StreamingOutput transfer(File file) throws FileNotFoundException {
6159
InputStream in = new FileInputStream(file);
6260
return out -> {

0 commit comments

Comments
 (0)