This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git


The following commit(s) were added to refs/heads/main by this push:
     new 204fd975 [C++] Remove unused function (#1298)
204fd975 is described below

commit 204fd9753f00bbd1592fa16c3aff357270437811
Author: LiangliangSui <[email protected]>
AuthorDate: Thu Jan 4 00:18:31 2024 +0800

    [C++] Remove unused function (#1298)
    
    _tpl has been unused, so remove it.
    
    ---------
    
    Signed-off-by: LiangliangSui <[email protected]>
    Co-authored-by: Twice <[email protected]>
---
 bazel/arrow/pyarrow_configure.bzl | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/bazel/arrow/pyarrow_configure.bzl 
b/bazel/arrow/pyarrow_configure.bzl
index 8875ba15..c915097e 100644
--- a/bazel/arrow/pyarrow_configure.bzl
+++ b/bazel/arrow/pyarrow_configure.bzl
@@ -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"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to