[gobject-introspection] gimarshallingtests: Remove declarations of nonexistent functions



commit 4fe2fe6e23287154ca953a031ba2dffd3c853648
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Jan 1 16:56:26 2019 -0700

    gimarshallingtests: Remove declarations of nonexistent functions
    
    These functions were removed a long time ago in commit af7be95a. Being
    present in the header file means they are present in the generated GIR
    file, but trying to resolve them with dlsym will fail and crash the
    program.

 tests/gimarshallingtests.h | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 95e52403..7837acba 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -1316,14 +1316,6 @@ _GI_TEST_EXTERN
 void gi_marshalling_tests_union_inv (GIMarshallingTestsUnion *union_);
 
 
-_GI_TEST_EXTERN
-void gi_marshalling_tests_union_out (GIMarshallingTestsUnion **union_);
-
-
-_GI_TEST_EXTERN
-void gi_marshalling_tests_union_inout (GIMarshallingTestsUnion **union_);
-
-
 _GI_TEST_EXTERN
 void gi_marshalling_tests_union_method (GIMarshallingTestsUnion *union_);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]