diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2019-01-01 16:56:26 -0700 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2019-01-01 17:01:27 -0700 |
commit | 4fe2fe6e23287154ca953a031ba2dffd3c853648 (patch) | |
tree | b7adc85a45b55292bf0ef11c6d5b79ae1bb0abf0 | |
parent | 3788335b40e9fb1b43a6ff981ab859d4e8787d85 (diff) | |
download | gobject-introspection-4fe2fe6e23287154ca953a031ba2dffd3c853648.tar.gz |
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.
-rw-r--r-- | tests/gimarshallingtests.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 95e52403..7837acba 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -1317,14 +1317,6 @@ 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_); /* Object */ |