aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/dso_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/dso_loader.h')
-rw-r--r--tensorflow/stream_executor/dso_loader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/stream_executor/dso_loader.h b/tensorflow/stream_executor/dso_loader.h
index 64419e46f9..d8843af9b2 100644
--- a/tensorflow/stream_executor/dso_loader.h
+++ b/tensorflow/stream_executor/dso_loader.h
@@ -74,11 +74,6 @@ class DsoLoader {
// stripped off of the path.
static string GetBinaryDirectory(bool strip_executable_name);
- // Returns the location of the runfiles directory.
- // * Manual invocation gets the runfiles as a relative path to the current
- // executable.
- static string GetRunfilesDirectory();
-
// Invokes realpath on the original path; updates candidate and returns true
// if it succeeds (i.e. a file exists at the path); otherwise, returns false.
static bool TrySymbolicDereference(string* candidate);