aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/blaze_util_platform.h')
-rw-r--r--src/main/cpp/blaze_util_platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/cpp/blaze_util_platform.h b/src/main/cpp/blaze_util_platform.h
index 1497a85824..5f8b3bfa79 100644
--- a/src/main/cpp/blaze_util_platform.h
+++ b/src/main/cpp/blaze_util_platform.h
@@ -27,9 +27,6 @@ std::string GetSelfPath();
// Returns the directory Bazel can use to store output.
std::string GetOutputRoot();
-// Returns the process id of the peer connected to this socket.
-pid_t GetPeerProcessId(int socket);
-
// Warn about dubious filesystem types, such as NFS, case-insensitive (?).
void WarnFilesystemType(const std::string& output_base);