Skip to content

Commit d09484e

Browse files
committed
Remove obsolete typemaps
1 parent a03779a commit d09484e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/flc_algorithm.i

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ typedef int index_int;
9999
// Make function pointers available as generic types
100100
%typemap(fin) bool (*)(SWIGTYPE, SWIGTYPE)
101101
"$1 = c_funloc($input)"
102-
%typemap(findecl, match="fin") bool (*)(SWIGTYPE, SWIGTYPE) ""
103102
%typemap(fout) bool (*)(CTYPE, CTYPE)
104103
"call c_f_procpointer($1, $result)"
105-
%typemap(foutdecl, match="fout") bool (*)(SWIGTYPE, SWIGTYPE) ""
106104

107105
%flc_cmp_funptr(int32_t, integer(C_INT32_T))
108106
%flc_cmp_funptr(int64_t, integer(C_INT64_T))

0 commit comments

Comments
 (0)