From 4f8d732a0f17c4be7e422bbd288501338b0802ae Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Mon, 6 Jan 2025 17:17:53 +0100 Subject: [PATCH] remove another subFile occurence --- .../opengrok/indexer/configuration/RuntimeEnvironment.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java b/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java index c693d67fb75..941eee11f87 100644 --- a/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java +++ b/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java @@ -143,12 +143,6 @@ public final class RuntimeEnvironment { private final Set listeners = new CopyOnWriteArraySet<>(); - public List getSubFiles() { - return subFiles; - } - - private final List subFiles = new ArrayList<>(); - /** * Maps project name to FileCollector object. This is used to pass the list of files acquired when * generating history cache in the first phase of indexing to the second phase of indexing.