aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nathan Harmata <nharmata@google.com>2015-10-08 18:14:31 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-09 14:40:06 +0000
commit006c72520bf756d34016e44d593da4cffba2491e (patch)
tree3d0f8d7024976bc6d7aba48afa0b2af8bf9a0151 /src
parentcca07bce5c7574950128ec7c9ad77fbd32ca1dbe (diff)
Remove dead code.
-- MOS_MIGRATED_REVID=104979604
Diffstat (limited to 'src')
-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