From 13d59e0065ddd44b57e2db643188ebc1a6631018 Mon Sep 17 00:00:00 2001 From: Jingyue Wu Date: Thu, 8 Dec 2016 09:18:07 -0800 Subject: Remove undefined function GetRunfilesDirectory. Change: 141447099 --- tensorflow/stream_executor/dso_loader.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tensorflow/stream_executor/dso_loader.h') 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); -- cgit v1.2.3