aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-07-21 18:03:37 +0000
committerGravatar John Cater <jcater@google.com>2016-07-21 20:37:52 +0000
commita3fa96dd6964afa9c722f42614220d0273078de3 (patch)
treeee803f1aa63dad0d3463be92426f30900f73478d /src/main/java/com/google
parent9d60932e896e2f9a47ecda46d8dbca488127709d (diff)
Remove unused method
-- MOS_MIGRATED_REVID=128080879
Diffstat (limited to 'src/main/java/com/google')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java b/src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java
index 7e5ae204a0..dfda7f1a4f 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/CommandEnvironment.java
@@ -256,14 +256,6 @@ public final class CommandEnvironment {
}
/**
- * The directory in which blaze stores the server state - that is, the socket
- * file and a log.
- */
- public Path getServerDirectory() {
- return getOutputBase().getChild("server");
- }
-
- /**
* Returns the execution root directory associated with this Blaze server
* process. This is where all input and output files visible to the actual
* build reside.