Skip to content

Commit

Permalink
[C++] Remove unused function (#1298)
Browse files Browse the repository at this point in the history
_tpl has been unused, so remove it.

---------

Signed-off-by: LiangliangSui <[email protected]>
Co-authored-by: Twice <[email protected]>
  • Loading branch information
LiangliangSui and PragmaTwice authored Jan 3, 2024
1 parent c0a28d1 commit 204fd97
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 204fd97

Please sign in to comment.