aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/dso_loader.h
diff options
context:
space:
mode:
authorGravatar Jingyue Wu <jingyue@google.com>2016-12-08 09:18:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-08 09:27:43 -0800
commit13d59e0065ddd44b57e2db643188ebc1a6631018 (patch)
tree7193d77b91f603c80943c4c72880a5e8dc8cbace /tensorflow/stream_executor/dso_loader.h
parentf03bd900ad8316ce0e12eabada3735778d4145e9 (diff)
Remove undefined function GetRunfilesDirectory.
Change: 141447099
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);