aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java b/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java
index 44c8fa3779..fb66e29e3b 100644
--- a/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java
+++ b/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java
@@ -844,18 +844,6 @@ public abstract class SkyframeExecutor implements WalkableGraphFactory {
}
/**
- * Creates a FileValue pointing of type directory. No matter that the rootedPath points to a
- * symlink.
- *
- * <p> Use it with caution as it would prevent invalidation when the destination file in the
- * symlink changes.
- */
- protected static FileValue createFileDirValue(RootedPath rootedPath) {
- return FileValue.value(rootedPath, FileStateValue.DIRECTORY_FILE_STATE_NODE,
- rootedPath, FileStateValue.DIRECTORY_FILE_STATE_NODE);
- }
-
- /**
* Sets the packages that should be treated as deleted and ignored.
*/
@VisibleForTesting // productionVisibility = Visibility.PRIVATE