Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626565285
  • Loading branch information
tensorflower-gardener committed Apr 20, 2024
1 parent c8552e9 commit 86e3eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions tensorflow/c/experimental/filesystem/plugins/windows/BUILD
Expand Up @@ -31,8 +31,5 @@ cc_library(
"nobuilder",
"notap",
],
deps = [
"//tensorflow/c:tf_status",
"//tensorflow/c/experimental/filesystem:filesystem_interface",
],
deps = ["//tensorflow/c/experimental/filesystem:filesystem_interface"],
)
Expand Up @@ -16,7 +16,6 @@ limitations under the License.
#include <string.h>

#include "tensorflow/c/experimental/filesystem/filesystem_interface.h"
#include "tensorflow/c/tf_status.h"

// Implementation of a filesystem for POSIX environments.
// This filesystem will support `file://` and empty (local) URI schemes.
Expand Down

0 comments on commit 86e3eec

Please sign in to comment.