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

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git


The following commit(s) were added to refs/heads/main by this push:
     new ec422f1  chore: Remove redundant forward declaration (#88)
ec422f1 is described below

commit ec422f1a144ac5c544957835d8358bc1238e8b83
Author: Junru Shao <[email protected]>
AuthorDate: Sat Oct 4 05:48:09 2025 -0700

    chore: Remove redundant forward declaration (#88)
    
    follow up of this comment:
    https://github.com/apache/tvm-ffi/pull/36#discussion_r2403536230
---
 include/tvm/ffi/function_details.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/tvm/ffi/function_details.h 
b/include/tvm/ffi/function_details.h
index 43c0fa4..ae9de33 100644
--- a/include/tvm/ffi/function_details.h
+++ b/include/tvm/ffi/function_details.h
@@ -34,8 +34,6 @@
 
 namespace tvm {
 namespace ffi {
-// forward declaration
-class Function;
 namespace details {
 
 template <typename ArgType>

Reply via email to