Skip to content

Commit

Permalink
[C++] Remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: LiangliangSui <[email protected]>
  • Loading branch information
LiangliangSui committed Jan 3, 2024
1 parent 77ce700 commit a89bc18
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bazel/arrow/pyarrow_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

# This file is derived from https://github.com/tensorflow/tensorflow/blob/5a244072f2b33d2347e803146c244c179c1ddb75/third_party/py/python_configure.bzl.

def _tpl(repository_ctx, tpl, substitutions = {}, out = None):
if not out:
out = tpl
repository_ctx.template(
out,
Label("//:%s.tpl" % tpl),
substitutions,
)

def _fail(msg):
"""Output failure message when auto configuration fails."""
red = "\033[0;31m"
Expand Down

0 comments on commit a89bc18

Please sign in to comment.