Skip to content

Commit 817d391

Browse files
committed
Removed duplicate definition
1 parent 8b9cb31 commit 817d391

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

lib/hdf5/ffi3.rb

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2941,37 +2941,6 @@ class C_IOCookieIoFunctionsT < ::FFI::Struct
29412941

29422942
typedef :long_double, :_Float64x
29432943

2944-
attach_function 'fscanf', [
2945-
FILE.ptr,
2946-
:string
2947-
], :int
2948-
2949-
attach_function 'scanf', [
2950-
:string
2951-
], :int
2952-
2953-
attach_function 'sscanf', %i[
2954-
string
2955-
string
2956-
], :int
2957-
2958-
attach_function 'vfscanf', [
2959-
FILE.ptr,
2960-
:string,
2961-
:__gnuc_va_list
2962-
], :int
2963-
2964-
attach_function 'vscanf', %i[
2965-
string
2966-
__gnuc_va_list
2967-
], :int
2968-
2969-
attach_function 'vsscanf', %i[
2970-
string
2971-
string
2972-
__gnuc_va_list
2973-
], :int
2974-
29752944
attach_function 'vfscanf', [
29762945
FILE.ptr,
29772946
:string,

0 commit comments

Comments
 (0)